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 协议端口组ID,例如:ppmg-f5n1f8da。
|
String |
getServiceId()
Get 协议端口ID,例如:ppm-f5n1f8da。
|
void |
setServiceGroupId(String ServiceGroupId)
Set 协议端口组ID,例如:ppmg-f5n1f8da。
|
void |
setServiceId(String ServiceId)
Set 协议端口ID,例如: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, toJsonString
public ServiceTemplateSpecification()
public ServiceTemplateSpecification(ServiceTemplateSpecification source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- 协议端口ID,例如:ppm-f5n1f8da。public String getServiceGroupId()
public void setServiceGroupId(String ServiceGroupId)
ServiceGroupId
- 协议端口组ID,例如:ppmg-f5n1f8da。Copyright © 2023. All rights reserved.