public class DesApisStatus extends AbstractModel
header, skipSign
Constructor and Description |
---|
DesApisStatus() |
DesApisStatus(DesApisStatus 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 type, which is valid if `AuthType` is `OAUTH`.
|
String |
getApiDesc()
Get Custom API description.
|
String |
getApiId()
Get Unique API ID.
|
String |
getApiName()
Get API name.
|
String |
getApiType()
Get API type.
|
String |
getAuthRelationApiId()
Get Unique ID of associated authorization API, which takes effect only if `AuthType` is `OAUTH` and `ApiBusinessType` is `NORMAL`.
|
String |
getAuthType()
Get API authentication type.
|
String |
getCreatedTime()
Get Creation time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard.
|
Boolean |
getIsDebugAfterCharge()
Get Whether to enable debugging after purchase (reserved field for the marketplace)
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getMethod()
Get API request method, such as `GET`.
|
String |
getModifiedTime()
Get Last modified time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard.
|
OauthConfig |
getOauthConfig()
Get OAuth configuration information, which takes effect if `AuthType` is `OAUTH`.
|
String |
getPath()
Get API path, such as `/path`.
|
String |
getProtocol()
Get API protocol.
|
String[] |
getRelationBuniessApiIds()
Get List of business APIs associated with authorization API.
|
String |
getServiceId()
Get Unique service ID.
|
String[] |
getTags()
Get Information of tags associated with API.
|
String |
getUniqVpcId()
Get Unique VPC ID.
|
Long |
getVpcId()
Get VPC ID.
|
void |
setApiBusinessType(String ApiBusinessType)
Set OAuth API type, which is valid if `AuthType` is `OAUTH`.
|
void |
setApiDesc(String ApiDesc)
Set Custom API description.
|
void |
setApiId(String ApiId)
Set Unique API ID.
|
void |
setApiName(String ApiName)
Set API name.
|
void |
setApiType(String ApiType)
Set API type.
|
void |
setAuthRelationApiId(String AuthRelationApiId)
Set Unique ID of associated authorization API, which takes effect only if `AuthType` is `OAUTH` and `ApiBusinessType` is `NORMAL`.
|
void |
setAuthType(String AuthType)
Set API authentication type.
|
void |
setCreatedTime(String CreatedTime)
Set Creation time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard.
|
void |
setIsDebugAfterCharge(Boolean IsDebugAfterCharge)
Set Whether to enable debugging after purchase (reserved field for the marketplace)
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setMethod(String Method)
Set API request method, such as `GET`.
|
void |
setModifiedTime(String ModifiedTime)
Set Last modified time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard.
|
void |
setOauthConfig(OauthConfig OauthConfig)
Set OAuth configuration information, which takes effect if `AuthType` is `OAUTH`.
|
void |
setPath(String Path)
Set API path, such as `/path`.
|
void |
setProtocol(String Protocol)
Set API protocol.
|
void |
setRelationBuniessApiIds(String[] RelationBuniessApiIds)
Set List of business APIs associated with authorization API.
|
void |
setServiceId(String ServiceId)
Set Unique service ID.
|
void |
setTags(String[] Tags)
Set Information of tags associated with API.
|
void |
setUniqVpcId(String UniqVpcId)
Set Unique VPC ID.
|
void |
setVpcId(Long VpcId)
Set VPC ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DesApisStatus()
public DesApisStatus(DesApisStatus source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- Unique service ID.public String getApiId()
public void setApiId(String ApiId)
ApiId
- Unique API ID.public String getApiDesc()
public void setApiDesc(String ApiDesc)
ApiDesc
- Custom API description.
Note: this field may return null, indicating that no valid values can be obtained.public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- Creation time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard. UTC time is used.
Note: this field may return null, indicating that no valid values can be obtained.public String getModifiedTime()
public void setModifiedTime(String ModifiedTime)
ModifiedTime
- Last modified time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard. UTC time is used.
Note: this field may return null, indicating that no valid values can be obtained.public String getApiName()
public void setApiName(String ApiName)
ApiName
- API name.
Note: this field may return null, indicating that no valid values can be obtained.public Long getVpcId()
public void setVpcId(Long VpcId)
VpcId
- VPC ID.
Note: this field may return null, indicating that no valid values can be obtained.public String getUniqVpcId()
public void setUniqVpcId(String UniqVpcId)
UniqVpcId
- Unique VPC ID.
Note: this field may return null, indicating that no valid values can be obtained.public String getApiType()
public void setApiType(String ApiType)
ApiType
- API type. Valid values: NORMAL (general API), TSF (microservice API).
Note: this field may return null, indicating that no valid values can be obtained.public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- API protocol.
Note: this field may return null, indicating that no valid values can be obtained.public Boolean getIsDebugAfterCharge()
public void setIsDebugAfterCharge(Boolean IsDebugAfterCharge)
IsDebugAfterCharge
- Whether to enable debugging after purchase (reserved field for the marketplace)
Note: this field may return null, indicating that no valid values can be obtained.public String getAuthType()
public void setAuthType(String AuthType)
AuthType
- API authentication type. Valid values: `SECRET` (key pair authentication), `NONE` (no authentication), `OAUTH`, and `EIAM`
Note: this field may return `null`, indicating that no valid values can be obtained.public String getApiBusinessType()
public void setApiBusinessType(String ApiBusinessType)
ApiBusinessType
- OAuth API type, which is valid if `AuthType` is `OAUTH`. Valid values: NORMAL (business API), OAUTH (authorization API).
Note: this field may return null, indicating that no valid values can be obtained.public String getAuthRelationApiId()
public void setAuthRelationApiId(String AuthRelationApiId)
AuthRelationApiId
- Unique ID of associated authorization API, which takes effect only if `AuthType` is `OAUTH` and `ApiBusinessType` is `NORMAL`. It is the unique ID of the OAuth 2.0 authorization API bound to the business API.
Note: this field may return null, indicating that no valid values can be obtained.public OauthConfig getOauthConfig()
public void setOauthConfig(OauthConfig OauthConfig)
OauthConfig
- OAuth configuration information, which takes effect if `AuthType` is `OAUTH`.
Note: this field may return null, indicating that no valid values can be obtained.public String[] getRelationBuniessApiIds()
public void setRelationBuniessApiIds(String[] RelationBuniessApiIds)
RelationBuniessApiIds
- List of business APIs associated with authorization API.
Note: this field may return null, indicating that no valid values can be obtained.public String[] getTags()
public void setTags(String[] Tags)
Tags
- Information of tags associated with API.
Note: this field may return null, indicating that no valid values can be obtained.public String getPath()
public void setPath(String Path)
Path
- API path, such as `/path`.
Note: this field may return null, indicating that no valid values can be obtained.public String getMethod()
public void setMethod(String Method)
Method
- API request method, such as `GET`.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.