Class ServiceTemplateSpecification
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.ServiceTemplateSpecification
-
public class ServiceTemplateSpecification extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ServiceTemplateSpecification
public ServiceTemplateSpecification()
-
ServiceTemplateSpecification
public 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.
-
-
Method Detail
-
getServiceId
public String getServiceId()
Get 协议端口ID,例如:eppm-f5n1f8da。- Returns:
- ServiceId 协议端口ID,例如:eppm-f5n1f8da。
-
setServiceId
public void setServiceId(String ServiceId)
Set 协议端口ID,例如:eppm-f5n1f8da。- Parameters:
ServiceId
- 协议端口ID,例如:eppm-f5n1f8da。
-
getServiceGroupId
public String getServiceGroupId()
Get 协议端口组ID,例如:eppmg-f5n1f8da。- Returns:
- ServiceGroupId 协议端口组ID,例如:eppmg-f5n1f8da。
-
setServiceGroupId
public void setServiceGroupId(String ServiceGroupId)
Set 协议端口组ID,例如:eppmg-f5n1f8da。- Parameters:
ServiceGroupId
- 协议端口组ID,例如:eppmg-f5n1f8da。
-
-