public class ServiceTemplateSpecification extends AbstractModel
| Constructor and Description | 
|---|
| ServiceTemplateSpecification() | 
| ServiceTemplateSpecification(ServiceTemplateSpecification 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 | getServiceGroupId()Get Protocol port group ID, such as `ppmg-f5n1f8da`. | 
| String | getServiceId()Get Protocol port ID, such as `ppm-f5n1f8da`. | 
| void | setServiceGroupId(String ServiceGroupId)Set Protocol port group ID, such as `ppmg-f5n1f8da`. | 
| void | setServiceId(String ServiceId)Set Protocol port ID, such as `ppm-f5n1f8da`. | 
| 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 ServiceTemplateSpecification()
public ServiceTemplateSpecification(ServiceTemplateSpecification source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId - Protocol port ID, such as `ppm-f5n1f8da`.public String getServiceGroupId()
public void setServiceGroupId(String ServiceGroupId)
ServiceGroupId - Protocol port group ID, such as `ppmg-f5n1f8da`.Copyright © 2023. All rights reserved.