public class ServiceTemplateSpecification extends AbstractModel
构造器和说明 |
---|
ServiceTemplateSpecification() |
限定符和类型 | 方法和说明 |
---|---|
String |
getServiceGroupId()
获取协议端口组ID,例如:ppmg-f5n1f8da。
|
String |
getServiceId()
获取协议端口ID,例如:ppm-f5n1f8da。
|
void |
setServiceGroupId(String ServiceGroupId)
设置协议端口组ID,例如:ppmg-f5n1f8da。
|
void |
setServiceId(String ServiceId)
设置协议端口ID,例如:ppm-f5n1f8da。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
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 © 2019. All rights reserved.