类 ConfigDetailInfo
java.lang.Object
com.alibaba.nacos.api.config.model.ConfigBasicInfo
com.alibaba.nacos.api.config.model.ConfigDetailInfo
- 所有已实现的接口:
Serializable
- 直接已知子类:
ConfigGrayInfo
Nacos configuration detail information.
- 作者:
- xiweng.yy
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getDesc()voidsetConfigTags(String configTags) voidsetContent(String content) voidsetCreateIp(String createIp) voidsetCreateUser(String createUser) voidvoidsetEncryptedDataKey(String encryptedDataKey) 从类继承的方法 com.alibaba.nacos.api.config.model.ConfigBasicInfo
getAppName, getCreateTime, getDataId, getGroupName, getId, getMd5, getModifyTime, getNamespaceId, getType, setAppName, setCreateTime, setDataId, setGroupName, setId, setMd5, setModifyTime, setNamespaceId, setType
-
构造器详细资料
-
ConfigDetailInfo
public ConfigDetailInfo()
-
-
方法详细资料
-
getContent
-
setContent
-
getDesc
-
setDesc
-
getEncryptedDataKey
-
setEncryptedDataKey
-
getCreateUser
-
setCreateUser
-
getCreateIp
-
setCreateIp
-
getConfigTags
-
setConfigTags
-