public class ApiIdStatus extends AbstractModel
Constructor and Description |
---|
ApiIdStatus() |
ApiIdStatus(ApiIdStatus 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 API business type.
|
String |
getApiDesc()
Get 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.
|
String |
getAuthType()
Get Authorization type.
|
String |
getCreatedTime()
Get Service creation time.
|
Boolean |
getIsDebugAfterCharge()
Get Whether to enable debugging after purchase.
|
String |
getMethod()
Get API method.
|
String |
getModifiedTime()
Get Service modification time.
|
OauthConfig |
getOauthConfig()
Get OAuth configuration information.
|
String |
getPath()
Get API path.
|
String |
getProtocol()
Get API protocol.
|
String[] |
getRelationBuniessApiIds()
Get List of business APIs associated with authorization API.
|
String |
getServiceId()
Get Unique service ID.
|
String |
getTokenLocation()
Get Token storage position, which is an OAuth 2.0 API request.
|
String |
getUniqVpcId()
Get Unique VPC ID.
|
void |
setApiBusinessType(String ApiBusinessType)
Set API business type.
|
void |
setApiDesc(String ApiDesc)
Set 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.
|
void |
setAuthType(String AuthType)
Set Authorization type.
|
void |
setCreatedTime(String CreatedTime)
Set Service creation time.
|
void |
setIsDebugAfterCharge(Boolean IsDebugAfterCharge)
Set Whether to enable debugging after purchase.
|
void |
setMethod(String Method)
Set API method.
|
void |
setModifiedTime(String ModifiedTime)
Set Service modification time.
|
void |
setOauthConfig(OauthConfig OauthConfig)
Set OAuth configuration information.
|
void |
setPath(String Path)
Set API 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 |
setTokenLocation(String TokenLocation)
Set Token storage position, which is an OAuth 2.0 API request.
|
void |
setUniqVpcId(String UniqVpcId)
Set Unique VPC ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ApiIdStatus()
public ApiIdStatus(ApiIdStatus 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
- API descriptionpublic String getPath()
public void setPath(String Path)
Path
- API path.public String getMethod()
public void setMethod(String Method)
Method
- API method.public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- Service creation time.public String getModifiedTime()
public void setModifiedTime(String ModifiedTime)
ModifiedTime
- Service modification time.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 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.
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.
Note: this field may return null, indicating that no valid values can be obtained.public String getAuthType()
public void setAuthType(String AuthType)
AuthType
- Authorization type.
Note: this field may return null, indicating that no valid values can be obtained.public String getApiBusinessType()
public void setApiBusinessType(String ApiBusinessType)
ApiBusinessType
- API business type.
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.
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 OauthConfig getOauthConfig()
public void setOauthConfig(OauthConfig OauthConfig)
OauthConfig
- OAuth configuration information.
Note: this field may return null, indicating that no valid values can be obtained.public String getTokenLocation()
public void setTokenLocation(String TokenLocation)
TokenLocation
- Token storage position, which is an OAuth 2.0 API request.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.