Package cn.ucloud.uphone.models
Class DescribeUPhoneAppResponse.AppInstance
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uphone.models.DescribeUPhoneAppResponse.AppInstance
-
- Enclosing class:
- DescribeUPhoneAppResponse
public static class DescribeUPhoneAppResponse.AppInstance extends Response
-
-
Constructor Summary
Constructors Constructor Description AppInstance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAppId()StringgetAppName()IntegergetCreateTime()StringgetDescription()IntegergetModifyTime()voidsetAppId(String appId)voidsetAppName(String appName)voidsetCreateTime(Integer createTime)voidsetDescription(String description)voidsetModifyTime(Integer modifyTime)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getAppId
public String getAppId()
-
setAppId
public void setAppId(String appId)
-
getAppName
public String getAppName()
-
setAppName
public void setAppName(String appName)
-
getCreateTime
public Integer getCreateTime()
-
setCreateTime
public void setCreateTime(Integer createTime)
-
getModifyTime
public Integer getModifyTime()
-
setModifyTime
public void setModifyTime(Integer modifyTime)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
-