public class CreateServiceTemplateGroupRequest extends AbstractModel
Constructor and Description |
---|
CreateServiceTemplateGroupRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getServiceTemplateGroupName()
Get Group name of the protocol port template.
|
String[] |
getServiceTemplateIds()
Get Instance ID of the protocol port template, such as `ppm-4dw6agho`.
|
void |
setServiceTemplateGroupName(String ServiceTemplateGroupName)
Set Group name of the protocol port template.
|
void |
setServiceTemplateIds(String[] ServiceTemplateIds)
Set Instance ID of the protocol port template, such as `ppm-4dw6agho`.
|
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 getServiceTemplateGroupName()
public void setServiceTemplateGroupName(String ServiceTemplateGroupName)
ServiceTemplateGroupName
- Group name of the protocol port template.public String[] getServiceTemplateIds()
public void setServiceTemplateIds(String[] ServiceTemplateIds)
ServiceTemplateIds
- Instance ID of the protocol port template, such as `ppm-4dw6agho`.Copyright © 2020. All rights reserved.