public class DescribeServiceForApiAppResponse extends AbstractModel
Constructor and Description |
---|
DescribeServiceForApiAppResponse() |
DescribeServiceForApiAppResponse(DescribeServiceForApiAppResponse 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 |
getExclusiveSetName()
Get Self-Deployed 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 Tag bound to the 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 Self-Deployed 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 Tag bound to the 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, toJsonString
public DescribeServiceForApiAppResponse()
public DescribeServiceForApiAppResponse(DescribeServiceForApiAppResponse 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.
Note: this field may return null, indicating that no valid values can be obtained.public String getServiceName()
public void setServiceName(String ServiceName)
ServiceName
- Service name.
Note: this field may return null, indicating that no valid values can be obtained.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.
Note: this field may return null, indicating that no valid values can be obtained.public String getModifiedTime()
public void setModifiedTime(String ModifiedTime)
ModifiedTime
- Service modification time.
Note: this field may return null, indicating that no valid values can be obtained.public String getExclusiveSetName()
public void setExclusiveSetName(String ExclusiveSetName)
ExclusiveSetName
- Self-Deployed cluster name.
Note: this field may return null, indicating that no valid values can be obtained.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.
Note: this field may return null, indicating that no valid values can be obtained.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.
Note: this field may return null, indicating that no valid values can be obtained.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
- Tag bound to the service.
Note: this field may return null, indicating that no valid values can be obtained.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 © 2023. All rights reserved.