cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects
Class BoxSubscriptionImpl
java.lang.Object
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects.BoxSubscriptionImpl
- All Implemented Interfaces:
- BoxSubscription
public class BoxSubscriptionImpl
- extends java.lang.Object
- implements BoxSubscription
- Author:
- Jimmy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoxSubscriptionImpl
public BoxSubscriptionImpl()
getBoxId
public java.lang.String getBoxId()
- Specified by:
getBoxId
in interface BoxSubscription
- Returns:
- the boxId
setBoxId
public void setBoxId(java.lang.String boxId)
- Specified by:
setBoxId
in interface BoxSubscription
- Parameters:
boxId
- the boxId to set
getUserName
public java.lang.String getUserName()
- Specified by:
getUserName
in interface BoxSubscription
- Returns:
- the userName
setUserName
public void setUserName(java.lang.String userName)
- Specified by:
setUserName
in interface BoxSubscription
- Parameters:
userName
- the userName to set
getUrl
public java.lang.String getUrl()
- Specified by:
getUrl
in interface BoxSubscription
- Returns:
- the url
setUrl
public void setUrl(java.lang.String url)
- Specified by:
setUrl
in interface BoxSubscription
- Parameters:
url
- the url to set
getStatus
public java.lang.String getStatus()
- Specified by:
getStatus
in interface BoxSubscription
- Returns:
- the status
setStatus
public void setStatus(java.lang.String status)
- Specified by:
setStatus
in interface BoxSubscription
- Parameters:
status
- the status to set