public class DescribeServiceResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeServiceResponse() |
DescribeServiceResponse(DescribeServiceResponse 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 |
---|---|
ApiIdStatus[] |
getApiIdStatusSet()
Get API list.
|
Long |
getApiTotalCount()
Get Total number of APIs.
|
String[] |
getAvailableEnvironments()
Get Service environment list.
|
String |
getCreatedTime()
Get Service creation time.
|
String |
getDeploymentType()
Get Cluster type for service deployment
Note: this field may return null, indicating that no valid values found.
|
String |
getExclusiveSetName()
Get Dedicated cluster name.
|
Long |
getInnerHttpPort()
Get Service port number for HTTP access over private network.
|
Long |
getInnerHttpsPort()
Get Port number for HTTPS access over private network.
|
String |
getInstanceId()
Get Dedicated instance ID
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getInstanceName()
Get Dedicated instance name
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getInternalSubDomain()
Get Subdomain name for private network access.
|
String |
getIpVersion()
Get IP version.
|
String |
getModifiedTime()
Get Service modification time.
|
String[] |
getNetTypes()
Get Network type list.
|
String |
getOuterSubDomain()
Get Subdomain name for public network access.
|
String |
getProtocol()
Get Protocol supported by service.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getServiceDesc()
Get Service description.
|
String |
getServiceId()
Get Unique service ID.
|
String |
getServiceName()
Get Service name.
|
Long |
getSetId()
Get Reserved field.
|
String |
getSetType()
Get Cluster type
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getSpecialUse()
Get Whether the service if for special usage.
|
Tag[] |
getTags()
Get Tags bound to a service.
|
UsagePlan[] |
getUsagePlanList()
Get Usage plan array.
|
Long |
getUsagePlanTotalCount()
Get Total number of usage plans.
|
String |
getUserType()
Get Service user type.
|
void |
setApiIdStatusSet(ApiIdStatus[] ApiIdStatusSet)
Set API list.
|
void |
setApiTotalCount(Long ApiTotalCount)
Set Total number of APIs.
|
void |
setAvailableEnvironments(String[] AvailableEnvironments)
Set Service environment list.
|
void |
setCreatedTime(String CreatedTime)
Set Service creation time.
|
void |
setDeploymentType(String DeploymentType)
Set Cluster type for service deployment
Note: this field may return null, indicating that no valid values found.
|
void |
setExclusiveSetName(String ExclusiveSetName)
Set Dedicated cluster name.
|
void |
setInnerHttpPort(Long InnerHttpPort)
Set Service port number for HTTP access over private network.
|
void |
setInnerHttpsPort(Long InnerHttpsPort)
Set Port number for HTTPS access over private network.
|
void |
setInstanceId(String InstanceId)
Set Dedicated instance ID
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setInstanceName(String InstanceName)
Set Dedicated instance name
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setInternalSubDomain(String InternalSubDomain)
Set Subdomain name for private network access.
|
void |
setIpVersion(String IpVersion)
Set IP version.
|
void |
setModifiedTime(String ModifiedTime)
Set Service modification time.
|
void |
setNetTypes(String[] NetTypes)
Set Network type list.
|
void |
setOuterSubDomain(String OuterSubDomain)
Set Subdomain name for public network access.
|
void |
setProtocol(String Protocol)
Set Protocol supported by service.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setServiceDesc(String ServiceDesc)
Set Service description.
|
void |
setServiceId(String ServiceId)
Set Unique service ID.
|
void |
setServiceName(String ServiceName)
Set Service name.
|
void |
setSetId(Long SetId)
Set Reserved field.
|
void |
setSetType(String SetType)
Set Cluster type
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setSpecialUse(String SpecialUse)
Set Whether the service if for special usage.
|
void |
setTags(Tag[] Tags)
Set Tags bound to a service.
|
void |
setUsagePlanList(UsagePlan[] UsagePlanList)
Set Usage plan array.
|
void |
setUsagePlanTotalCount(Long UsagePlanTotalCount)
Set Total number of usage plans.
|
void |
setUserType(String UserType)
Set Service user type.
|
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 DescribeServiceResponse()
public DescribeServiceResponse(DescribeServiceResponse source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- Unique service ID.public String[] getAvailableEnvironments()
public void setAvailableEnvironments(String[] AvailableEnvironments)
AvailableEnvironments
- Service environment list.public String getServiceName()
public void setServiceName(String ServiceName)
ServiceName
- Service name.public String getServiceDesc()
public void setServiceDesc(String ServiceDesc)
ServiceDesc
- Service description.
Note: this field may return null, indicating that no valid values can be obtained.public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- Protocol supported by service. Valid values: http, https, http&https.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 getExclusiveSetName()
public void setExclusiveSetName(String ExclusiveSetName)
ExclusiveSetName
- Dedicated cluster name.public String[] getNetTypes()
public void setNetTypes(String[] NetTypes)
NetTypes
- Network type list. INNER: private network access; OUTER: public network access.public String getInternalSubDomain()
public void setInternalSubDomain(String InternalSubDomain)
InternalSubDomain
- Subdomain name for private network access.public String getOuterSubDomain()
public void setOuterSubDomain(String OuterSubDomain)
OuterSubDomain
- Subdomain name for public network access.public Long getInnerHttpPort()
public void setInnerHttpPort(Long InnerHttpPort)
InnerHttpPort
- Service port number for HTTP access over private network.public Long getInnerHttpsPort()
public void setInnerHttpsPort(Long InnerHttpsPort)
InnerHttpsPort
- Port number for HTTPS access over private network.public Long getApiTotalCount()
public void setApiTotalCount(Long ApiTotalCount)
ApiTotalCount
- Total number of APIs.public ApiIdStatus[] getApiIdStatusSet()
public void setApiIdStatusSet(ApiIdStatus[] ApiIdStatusSet)
ApiIdStatusSet
- API list.
Note: this field may return null, indicating that no valid values can be obtained.public Long getUsagePlanTotalCount()
public void setUsagePlanTotalCount(Long UsagePlanTotalCount)
UsagePlanTotalCount
- Total number of usage plans.public UsagePlan[] getUsagePlanList()
public void setUsagePlanList(UsagePlan[] UsagePlanList)
UsagePlanList
- Usage plan array.
Note: this field may return null, indicating that no valid values can be obtained.public String getIpVersion()
public void setIpVersion(String IpVersion)
IpVersion
- IP version.
Note: this field may return null, indicating that no valid values can be obtained.public String getUserType()
public void setUserType(String UserType)
UserType
- Service user type.
Note: this field may return null, indicating that no valid values can be obtained.public Long getSetId()
public void setSetId(Long SetId)
SetId
- Reserved field.
Note: this field may return null, indicating that no valid values can be obtained.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- Tags bound to a service.
Note: this field may return null, indicating that no valid values found.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Dedicated instance ID
Note: this field may return null, indicating that no valid values can be obtained.public String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- Dedicated instance name
Note: this field may return null, indicating that no valid values can be obtained.public String getSetType()
public void setSetType(String SetType)
SetType
- Cluster type
Note: this field may return null, indicating that no valid values can be obtained.public String getDeploymentType()
public void setDeploymentType(String DeploymentType)
DeploymentType
- Cluster type for service deployment
Note: this field may return null, indicating that no valid values found.public String getSpecialUse()
public void setSpecialUse(String SpecialUse)
SpecialUse
- Whether the service if for special usage. Valid values: `DEFAULT` (general usage), `HTTP_DNS`.
Note: This field may return `NULL`, indicating that no valid value was found.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.