public class ConfigFilePublishInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ConfigFilePublishInfo() | 
| ConfigFilePublishInfo(ConfigFilePublishInfo 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 | getComment()Get 描述 | 
| String | getContent()Get 内容 | 
| String | getCreateBy()Get 创建者 | 
| String | getFileName()Get 文件名 | 
| String | getFormat()Get 格式 | 
| String | getGroup()Get 发布组 | 
| String | getModifyBy()Get 修改者 | 
| String | getNamespace()Get 命名空间 | 
| String | getReleaseName()Get 发布名称 | 
| ConfigFileTag[] | getTags()Get 标签 | 
| void | setComment(String Comment)Set 描述 | 
| void | setContent(String Content)Set 内容 | 
| void | setCreateBy(String CreateBy)Set 创建者 | 
| void | setFileName(String FileName)Set 文件名 | 
| void | setFormat(String Format)Set 格式 | 
| void | setGroup(String Group)Set 发布组 | 
| void | setModifyBy(String ModifyBy)Set 修改者 | 
| void | setNamespace(String Namespace)Set 命名空间 | 
| void | setReleaseName(String ReleaseName)Set 发布名称 | 
| void | setTags(ConfigFileTag[] Tags)Set 标签 | 
| 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, toJsonStringpublic ConfigFilePublishInfo()
public ConfigFilePublishInfo(ConfigFilePublishInfo source)
public String getReleaseName()
public void setReleaseName(String ReleaseName)
ReleaseName - 发布名称public String getNamespace()
public void setNamespace(String Namespace)
Namespace - 命名空间public String getGroup()
public void setGroup(String Group)
Group - 发布组public String getFileName()
public void setFileName(String FileName)
FileName - 文件名public String getContent()
public void setContent(String Content)
Content - 内容public String getComment()
public void setComment(String Comment)
Comment - 描述public String getFormat()
public void setFormat(String Format)
Format - 格式public String getCreateBy()
public void setCreateBy(String CreateBy)
CreateBy - 创建者public String getModifyBy()
public void setModifyBy(String ModifyBy)
ModifyBy - 修改者public ConfigFileTag[] getTags()
public void setTags(ConfigFileTag[] Tags)
Tags - 标签Copyright © 2025. All rights reserved.