public class CreateConfigGroupVersionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateConfigGroupVersionRequest() |
CreateConfigGroupVersionRequest(CreateConfigGroupVersionRequest 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Get Configuration content to be imported.
|
String |
getDescription()
Get Version description.
|
String |
getGroupId()
Get GroupId of the version to be created.
|
String |
getZoneId()
Get Zone ID.
|
void |
setContent(String Content)
Set Configuration content to be imported.
|
void |
setDescription(String Description)
Set Version description.
|
void |
setGroupId(String GroupId)
Set GroupId of the version to be created.
|
void |
setZoneId(String ZoneId)
Set Zone ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateConfigGroupVersionRequest()
public CreateConfigGroupVersionRequest(CreateConfigGroupVersionRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Zone ID.public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- GroupId of the version to be created.public String getContent()
public void setContent(String Content)
Content
- Configuration content to be imported. It is required to be in JSON format and encoded in UTF-8. Please refer to the example below for the configuration file content.public String getDescription()
public void setDescription(String Description)
Description
- Version description. The maximum length allowed is 50 characters. This field can be used to provide details about the application scenarios of this version.Copyright © 2024. All rights reserved.