public static class CreateApplicationResponseBody.CreateApplicationResponseBodyApplication
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appDescription |
String |
appId |
String |
appName |
String |
categoryName |
Long |
createTime |
String |
createUsername |
Long |
updateTime |
String |
updateUsername |
Boolean |
usingSharedStorage |
| 构造器和说明 |
|---|
CreateApplicationResponseBodyApplication() |
@NameInMap(value="CreateUsername") public String createUsername
@NameInMap(value="AppName") public String appName
@NameInMap(value="UpdateTime") public Long updateTime
@NameInMap(value="UpdateUsername") public String updateUsername
@NameInMap(value="CreateTime") public Long createTime
@NameInMap(value="AppId") public String appId
@NameInMap(value="CategoryName") public String categoryName
@NameInMap(value="UsingSharedStorage") public Boolean usingSharedStorage
@NameInMap(value="AppDescription") public String appDescription
public static CreateApplicationResponseBody.CreateApplicationResponseBodyApplication build(Map<String,?> map) throws Exception
Exceptionpublic CreateApplicationResponseBody.CreateApplicationResponseBodyApplication setCreateUsername(String createUsername)
public String getCreateUsername()
public CreateApplicationResponseBody.CreateApplicationResponseBodyApplication setAppName(String appName)
public String getAppName()
public CreateApplicationResponseBody.CreateApplicationResponseBodyApplication setUpdateTime(Long updateTime)
public Long getUpdateTime()
public CreateApplicationResponseBody.CreateApplicationResponseBodyApplication setUpdateUsername(String updateUsername)
public String getUpdateUsername()
public CreateApplicationResponseBody.CreateApplicationResponseBodyApplication setCreateTime(Long createTime)
public Long getCreateTime()
public CreateApplicationResponseBody.CreateApplicationResponseBodyApplication setAppId(String appId)
public String getAppId()
public CreateApplicationResponseBody.CreateApplicationResponseBodyApplication setCategoryName(String categoryName)
public String getCategoryName()
public CreateApplicationResponseBody.CreateApplicationResponseBodyApplication setUsingSharedStorage(Boolean usingSharedStorage)
public Boolean getUsingSharedStorage()
public CreateApplicationResponseBody.CreateApplicationResponseBodyApplication setAppDescription(String appDescription)
public String getAppDescription()
Copyright © 2021. All rights reserved.