cn.com.believer.songyuanframework.openapi.storage.box.objects
Interface BoxSubscription
- All Known Implementing Classes:
- BoxSubscriptionImpl
public interface BoxSubscription
- Author:
- Jimmy
getBoxId
java.lang.String getBoxId()
- Returns:
- the boxId
setBoxId
void setBoxId(java.lang.String boxId)
- Parameters:
boxId
- the boxId to set
getUserName
java.lang.String getUserName()
- Returns:
- the userName
setUserName
void setUserName(java.lang.String userName)
- Parameters:
userName
- the userName to set
getUrl
java.lang.String getUrl()
- Returns:
- the url
setUrl
void setUrl(java.lang.String url)
- Parameters:
url
- the url to set
getStatus
java.lang.String getStatus()
- Returns:
- the status
setStatus
void setStatus(java.lang.String status)
- Parameters:
status
- the status to set