public class DescribeServiceResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeServiceResponse() | 
| 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 | 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 | 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. | 
| 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 | 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 | 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 | 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic 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 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 © 2021. All rights reserved.