public static class GetCurrentAppResponseBody.GetCurrentAppResponseBodyApp
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appId |
String |
corpId |
String |
createTime |
String |
modifiedTime |
String |
name |
List<GetCurrentAppResponseBody.GetCurrentAppResponseBodyAppPartitions> |
partitions |
| 构造器和说明 |
|---|
GetCurrentAppResponseBodyApp() |
@NameInMap(value="appId") public String appId
@NameInMap(value="corpId") public String corpId
@NameInMap(value="createTime") public String createTime
@NameInMap(value="modifiedTime") public String modifiedTime
@NameInMap(value="name") public String name
@NameInMap(value="partitions") public List<GetCurrentAppResponseBody.GetCurrentAppResponseBodyAppPartitions> partitions
public static GetCurrentAppResponseBody.GetCurrentAppResponseBodyApp build(Map<String,?> map) throws Exception
Exceptionpublic GetCurrentAppResponseBody.GetCurrentAppResponseBodyApp setAppId(String appId)
public String getAppId()
public GetCurrentAppResponseBody.GetCurrentAppResponseBodyApp setCorpId(String corpId)
public String getCorpId()
public GetCurrentAppResponseBody.GetCurrentAppResponseBodyApp setCreateTime(String createTime)
public String getCreateTime()
public GetCurrentAppResponseBody.GetCurrentAppResponseBodyApp setModifiedTime(String modifiedTime)
public String getModifiedTime()
public GetCurrentAppResponseBody.GetCurrentAppResponseBodyApp setName(String name)
public String getName()
public GetCurrentAppResponseBody.GetCurrentAppResponseBodyApp setPartitions(List<GetCurrentAppResponseBody.GetCurrentAppResponseBodyAppPartitions> partitions)
public List<GetCurrentAppResponseBody.GetCurrentAppResponseBodyAppPartitions> getPartitions()
Copyright © 2023. All rights reserved.