public class ModifyServiceTemplateAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyServiceTemplateAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getServices()
Get It supports single port, multiple ports, consecutive ports and all ports.
|
String |
getServiceTemplateId()
Get Protocol port template instance ID, such as `ppm-529nwwj8`.
|
String |
getServiceTemplateName()
Get Protocol port template name.
|
void |
setServices(String[] Services)
Set It supports single port, multiple ports, consecutive ports and all ports.
|
void |
setServiceTemplateId(String ServiceTemplateId)
Set Protocol port template instance ID, such as `ppm-529nwwj8`.
|
void |
setServiceTemplateName(String ServiceTemplateName)
Set Protocol port template name.
|
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 ModifyServiceTemplateAttributeRequest()
public String getServiceTemplateId()
public void setServiceTemplateId(String ServiceTemplateId)
ServiceTemplateId
- Protocol port template instance ID, such as `ppm-529nwwj8`.public String getServiceTemplateName()
public void setServiceTemplateName(String ServiceTemplateName)
ServiceTemplateName
- Protocol port template name.public String[] getServices()
public void setServices(String[] Services)
Services
- It supports single port, multiple ports, consecutive ports and all ports. Supported protocols include TCP, UDP, ICMP, and GRE.Copyright © 2020. All rights reserved.