public class Service extends AbstractModel
| Constructor and Description | 
|---|
| Service() | 
| Service(Service 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[] | getAvailableEnvironments()Get List of published environments, such as test, prepub, and release. | 
| String | getCreatedTime()Get Creation time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard. | 
| 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 Port for HTTP access over private network. | 
| Long | getInnerHttpsPort()Get Port for HTTPS access over private network. | 
| String | getInnerSubDomain()Get Private domain name automatically assigned by the system for this service. | 
| String | getInstanceId()Get Dedicated instance
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getIpVersion()Get IP version. | 
| String | getModifiedTime()Get Last modified time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard. | 
| String[] | getNetTypes()Get Network types supported by service. | 
| String | getOuterSubDomain()Get Public domain name assigned by the system for this service. | 
| String | getProtocol()Get Service frontend request type, such as `http`, `https`, and `http&https`. | 
| String | getServiceDesc()Get Custom service description. | 
| String | getServiceId()Get Unique service ID. | 
| String | getServiceName()Get Custom service name. | 
| String | getSetType()Get Cluster type
Note: this field may return null, indicating that no valid values can be obtained. | 
| Tag[] | getTags()Get Tags bound to a service. | 
| Long | getTradeIsolateStatus()Get Billing status of service. | 
| void | setAvailableEnvironments(String[] AvailableEnvironments)Set List of published environments, such as test, prepub, and release. | 
| void | setCreatedTime(String CreatedTime)Set Creation time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard. | 
| 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 Port for HTTP access over private network. | 
| void | setInnerHttpsPort(Long InnerHttpsPort)Set Port for HTTPS access over private network. | 
| void | setInnerSubDomain(String InnerSubDomain)Set Private domain name automatically assigned by the system for this service. | 
| void | setInstanceId(String InstanceId)Set Dedicated instance
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setIpVersion(String IpVersion)Set IP version. | 
| void | setModifiedTime(String ModifiedTime)Set Last modified time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard. | 
| void | setNetTypes(String[] NetTypes)Set Network types supported by service. | 
| void | setOuterSubDomain(String OuterSubDomain)Set Public domain name assigned by the system for this service. | 
| void | setProtocol(String Protocol)Set Service frontend request type, such as `http`, `https`, and `http&https`. | 
| void | setServiceDesc(String ServiceDesc)Set Custom service description. | 
| void | setServiceId(String ServiceId)Set Unique service ID. | 
| void | setServiceName(String ServiceName)Set Custom service name. | 
| void | setSetType(String SetType)Set Cluster type
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setTags(Tag[] Tags)Set Tags bound to a service. | 
| void | setTradeIsolateStatus(Long TradeIsolateStatus)Set Billing status of service. | 
| 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 Service()
public Service(Service source)
public Long getInnerHttpsPort()
public void setInnerHttpsPort(Long InnerHttpsPort)
InnerHttpsPort - Port for HTTPS access over private network.
Note: this field may return null, indicating that no valid values can be obtained.public String getServiceDesc()
public void setServiceDesc(String ServiceDesc)
ServiceDesc - Custom 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 - Service frontend request type, such as `http`, `https`, and `http&https`.
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[] getNetTypes()
public void setNetTypes(String[] NetTypes)
NetTypes - Network types supported by service.
Note: this field may return null, indicating that no valid values can be obtained.public String getExclusiveSetName()
public void setExclusiveSetName(String ExclusiveSetName)
ExclusiveSetName - Dedicated cluster name.
Note: this field may return null, indicating that no valid values can be obtained.public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId - Unique service ID.
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[] getAvailableEnvironments()
public void setAvailableEnvironments(String[] AvailableEnvironments)
AvailableEnvironments - List of published environments, such as test, prepub, and release.
Note: this field may return null, indicating that no valid values can be obtained.public String getServiceName()
public void setServiceName(String ServiceName)
ServiceName - Custom service name.
Note: this field may return null, indicating that no valid values can be obtained.public String getOuterSubDomain()
public void setOuterSubDomain(String OuterSubDomain)
OuterSubDomain - Public domain name assigned by the system for this service.
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 Long getInnerHttpPort()
public void setInnerHttpPort(Long InnerHttpPort)
InnerHttpPort - Port for HTTP access over private network.
Note: this field may return null, indicating that no valid values can be obtained.public String getInnerSubDomain()
public void setInnerSubDomain(String InnerSubDomain)
InnerSubDomain - Private domain name automatically assigned by the system for this service.
Note: this field may return null, indicating that no valid values can be obtained.public Long getTradeIsolateStatus()
public void setTradeIsolateStatus(Long TradeIsolateStatus)
TradeIsolateStatus - Billing status of service.
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
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.Copyright © 2022. All rights reserved.