public static class QueryStudioAppListResponseBody.QueryStudioAppListResponseBodyDataListAppInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appId |
String |
appKey |
String |
appSecret |
String |
description |
String |
gmtCreate |
String |
gmtModified |
String |
gmtRelease |
String |
name |
String |
projectId |
String |
type |
| 构造器和说明 |
|---|
QueryStudioAppListResponseBodyDataListAppInfo() |
@NameInMap(value="AppId") public String appId
@NameInMap(value="AppKey") public String appKey
@NameInMap(value="AppSecret") public String appSecret
@NameInMap(value="Description") public String description
@NameInMap(value="GmtCreate") public String gmtCreate
@NameInMap(value="GmtModified") public String gmtModified
@NameInMap(value="GmtRelease") public String gmtRelease
@NameInMap(value="Name") public String name
@NameInMap(value="ProjectId") public String projectId
@NameInMap(value="Type") public String type
public QueryStudioAppListResponseBodyDataListAppInfo()
public static QueryStudioAppListResponseBody.QueryStudioAppListResponseBodyDataListAppInfo build(Map<String,?> map) throws Exception
Exceptionpublic QueryStudioAppListResponseBody.QueryStudioAppListResponseBodyDataListAppInfo setAppId(String appId)
public String getAppId()
public QueryStudioAppListResponseBody.QueryStudioAppListResponseBodyDataListAppInfo setAppKey(String appKey)
public String getAppKey()
public QueryStudioAppListResponseBody.QueryStudioAppListResponseBodyDataListAppInfo setAppSecret(String appSecret)
public String getAppSecret()
public QueryStudioAppListResponseBody.QueryStudioAppListResponseBodyDataListAppInfo setDescription(String description)
public String getDescription()
public QueryStudioAppListResponseBody.QueryStudioAppListResponseBodyDataListAppInfo setGmtCreate(String gmtCreate)
public String getGmtCreate()
public QueryStudioAppListResponseBody.QueryStudioAppListResponseBodyDataListAppInfo setGmtModified(String gmtModified)
public String getGmtModified()
public QueryStudioAppListResponseBody.QueryStudioAppListResponseBodyDataListAppInfo setGmtRelease(String gmtRelease)
public String getGmtRelease()
public QueryStudioAppListResponseBody.QueryStudioAppListResponseBodyDataListAppInfo setName(String name)
public String getName()
public QueryStudioAppListResponseBody.QueryStudioAppListResponseBodyDataListAppInfo setProjectId(String projectId)
public String getProjectId()
public QueryStudioAppListResponseBody.QueryStudioAppListResponseBodyDataListAppInfo setType(String type)
public String getType()
Copyright © 2022. All rights reserved.