public class ServiceTemplateSpecification extends AbstractModel
header, skipSign| 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 协议端口组ID,例如:eppmg-f5n1f8da。 | 
| String | getServiceId()Get 协议端口ID,例如:eppm-f5n1f8da。 | 
| void | setServiceGroupId(String ServiceGroupId)Set 协议端口组ID,例如:eppmg-f5n1f8da。 | 
| void | setServiceId(String ServiceId)Set 协议端口ID,例如:eppm-f5n1f8da。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ServiceTemplateSpecification()
public ServiceTemplateSpecification(ServiceTemplateSpecification source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId - 协议端口ID,例如:eppm-f5n1f8da。public String getServiceGroupId()
public void setServiceGroupId(String ServiceGroupId)
ServiceGroupId - 协议端口组ID,例如:eppmg-f5n1f8da。Copyright © 2025. All rights reserved.