public class DescribeApisStatusResultApiIdStatusSetInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeApisStatusResultApiIdStatusSetInfo() | 
| DescribeApisStatusResultApiIdStatusSetInfo(DescribeApisStatusResultApiIdStatusSetInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getApiBusinessType()Get OAUTH API的类型。当AuthType 为 OAUTH时该字段有效, 取值为NORMAL(业务API)和 OAUTH(授权API)。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getApiDesc()Get 用户自定义的 API 接口描述。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getApiId()Get API唯一ID。 | 
| String | getApiName()Get API 接口的名称。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getApiType()Get API类型。取值为NORMAL(普通API)和TSF(微服务API)。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getAuthRelationApiId()Get 关联的授权API 唯一 ID,当AuthType为OAUTH且ApiBusinessType为NORMAL时生效。标示业务API绑定的oauth2.0授权API唯一ID。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getAuthType()Get API 鉴权类型。取值为SECRET(密钥对鉴权)、NONE(免鉴权)、OAUTH、EIAM。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getCreatedTime()Get 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Boolean | getIsDebugAfterCharge()Get 是否买后调试。(云市场预留字段)
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getMethod()Get API 的请求方法,如 GET。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getModifiedTime()Get 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。 | 
| OauthConfig | getOauthConfig()Get OAUTH 配置信息。当AuthType是OAUTH时生效。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getPath()Get API 的路径,如 /path。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getProtocol()Get API协议。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String[] | getRelationBuniessApiIds()Deprecated.   | 
| String | getServiceId()Get 服务唯一ID。 | 
| ApigatewayTags[] | getTags()Get API关联的标签信息。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getUniqVpcId()Get VPC唯一ID。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getVpcId()Get VPCID。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setApiBusinessType(String ApiBusinessType)Set OAUTH API的类型。当AuthType 为 OAUTH时该字段有效, 取值为NORMAL(业务API)和 OAUTH(授权API)。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setApiDesc(String ApiDesc)Set 用户自定义的 API 接口描述。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setApiId(String ApiId)Set API唯一ID。 | 
| void | setApiName(String ApiName)Set API 接口的名称。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setApiType(String ApiType)Set API类型。取值为NORMAL(普通API)和TSF(微服务API)。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAuthRelationApiId(String AuthRelationApiId)Set 关联的授权API 唯一 ID,当AuthType为OAUTH且ApiBusinessType为NORMAL时生效。标示业务API绑定的oauth2.0授权API唯一ID。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAuthType(String AuthType)Set API 鉴权类型。取值为SECRET(密钥对鉴权)、NONE(免鉴权)、OAUTH、EIAM。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCreatedTime(String CreatedTime)Set 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setIsDebugAfterCharge(Boolean IsDebugAfterCharge)Set 是否买后调试。(云市场预留字段)
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setMethod(String Method)Set API 的请求方法,如 GET。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setModifiedTime(String ModifiedTime)Set 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setOauthConfig(OauthConfig OauthConfig)Set OAUTH 配置信息。当AuthType是OAUTH时生效。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPath(String Path)Set API 的路径,如 /path。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setProtocol(String Protocol)Set API协议。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setRelationBuniessApiIds(String[] RelationBuniessApiIds)Deprecated.   | 
| void | setServiceId(String ServiceId)Set 服务唯一ID。 | 
| void | setTags(ApigatewayTags[] Tags)Set API关联的标签信息。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setUniqVpcId(String UniqVpcId)Set VPC唯一ID。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setVpcId(Long VpcId)Set VPCID。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeApisStatusResultApiIdStatusSetInfo()
public DescribeApisStatusResultApiIdStatusSetInfo(DescribeApisStatusResultApiIdStatusSetInfo source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId - 服务唯一ID。public String getApiId()
public void setApiId(String ApiId)
ApiId - API唯一ID。public String getApiDesc()
public void setApiDesc(String ApiDesc)
ApiDesc - 用户自定义的 API 接口描述。
注意:此字段可能返回 null,表示取不到有效值。public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。public String getModifiedTime()
public void setModifiedTime(String ModifiedTime)
ModifiedTime - 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。public String getApiName()
public void setApiName(String ApiName)
ApiName - API 接口的名称。
注意:此字段可能返回 null,表示取不到有效值。public Long getVpcId()
public void setVpcId(Long VpcId)
VpcId - VPCID。
注意:此字段可能返回 null,表示取不到有效值。public String getUniqVpcId()
public void setUniqVpcId(String UniqVpcId)
UniqVpcId - VPC唯一ID。
注意:此字段可能返回 null,表示取不到有效值。public String getApiType()
public void setApiType(String ApiType)
ApiType - API类型。取值为NORMAL(普通API)和TSF(微服务API)。
注意:此字段可能返回 null,表示取不到有效值。public String getProtocol()
public void setProtocol(String Protocol)
Protocol - API协议。
注意:此字段可能返回 null,表示取不到有效值。public Boolean getIsDebugAfterCharge()
public void setIsDebugAfterCharge(Boolean IsDebugAfterCharge)
IsDebugAfterCharge - 是否买后调试。(云市场预留字段)
注意:此字段可能返回 null,表示取不到有效值。public String getAuthType()
public void setAuthType(String AuthType)
AuthType - API 鉴权类型。取值为SECRET(密钥对鉴权)、NONE(免鉴权)、OAUTH、EIAM。
注意:此字段可能返回 null,表示取不到有效值。public String getApiBusinessType()
public void setApiBusinessType(String ApiBusinessType)
ApiBusinessType - OAUTH API的类型。当AuthType 为 OAUTH时该字段有效, 取值为NORMAL(业务API)和 OAUTH(授权API)。
注意:此字段可能返回 null,表示取不到有效值。public String getAuthRelationApiId()
public void setAuthRelationApiId(String AuthRelationApiId)
AuthRelationApiId - 关联的授权API 唯一 ID,当AuthType为OAUTH且ApiBusinessType为NORMAL时生效。标示业务API绑定的oauth2.0授权API唯一ID。
注意:此字段可能返回 null,表示取不到有效值。public OauthConfig getOauthConfig()
public void setOauthConfig(OauthConfig OauthConfig)
OauthConfig - OAUTH 配置信息。当AuthType是OAUTH时生效。
注意:此字段可能返回 null,表示取不到有效值。@Deprecated public String[] getRelationBuniessApiIds()
@Deprecated public void setRelationBuniessApiIds(String[] RelationBuniessApiIds)
RelationBuniessApiIds - 授权API关联的业务API列表。
注意:此字段可能返回 null,表示取不到有效值。public ApigatewayTags[] getTags()
public void setTags(ApigatewayTags[] Tags)
Tags - API关联的标签信息。
注意:此字段可能返回 null,表示取不到有效值。public String getPath()
public void setPath(String Path)
Path - API 的路径,如 /path。
注意:此字段可能返回 null,表示取不到有效值。public String getMethod()
public void setMethod(String Method)
Method - API 的请求方法,如 GET。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.