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 待导入的配置内容。要求采用 JSON 格式,按照 UTF-8 方式进行编码。配置文件内容可参考下方示例。
|
String |
getDescription()
Get 版本描述,可输入最大长度为 50 个字符,可以通过本字段填写该版本的使用场景等。
|
String |
getGroupId()
Get 待新建版本的配置组 ID。
|
String |
getZoneId()
Get 站点 ID。
|
void |
setContent(String Content)
Set 待导入的配置内容。要求采用 JSON 格式,按照 UTF-8 方式进行编码。配置文件内容可参考下方示例。
|
void |
setDescription(String Description)
Set 版本描述,可输入最大长度为 50 个字符,可以通过本字段填写该版本的使用场景等。
|
void |
setGroupId(String GroupId)
Set 待新建版本的配置组 ID。
|
void |
setZoneId(String ZoneId)
Set 站点 ID。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateConfigGroupVersionRequest()
public CreateConfigGroupVersionRequest(CreateConfigGroupVersionRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- 站点 ID。public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 待新建版本的配置组 ID。public String getContent()
public void setContent(String Content)
Content
- 待导入的配置内容。要求采用 JSON 格式,按照 UTF-8 方式进行编码。配置文件内容可参考下方示例。public String getDescription()
public void setDescription(String Description)
Description
- 版本描述,可输入最大长度为 50 个字符,可以通过本字段填写该版本的使用场景等。Copyright © 2024. All rights reserved.