public class ServiceTemplateSpecification extends AbstractModel
Constructor and Description |
---|
ServiceTemplateSpecification() |
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 String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- 协议端口ID,例如:ppm-f5n1f8da。public String getServiceGroupId()
public void setServiceGroupId(String ServiceGroupId)
ServiceGroupId
- 协议端口组ID,例如:ppmg-f5n1f8da。Copyright © 2020. All rights reserved.