类 ConfigPublishRequest


public class ConfigPublishRequest extends AbstractConfigRequest
request to publish a config.
版本:
$Id: ConfigPublishRequest.java, v 0.1 2020年07月16日 4:30 PM liuzunfei Exp $
作者:
liuzunfei
  • 构造器详细资料

    • ConfigPublishRequest

      public ConfigPublishRequest()
    • ConfigPublishRequest

      public ConfigPublishRequest(String dataId, String group, String tenant, String content)
  • 方法详细资料

    • getAdditionParam

      public String getAdditionParam(String key)
      get additional param.
      参数:
      key - key of param.
      返回:
      value of param ,return null if not exist.
    • putAdditionalParam

      public void putAdditionalParam(String key, String value)
      put additional param value. will override if exist.
      参数:
      key - key of param.
      value - value of param.
    • getDataId

      public String getDataId()
      Getter method for property dataId.
      返回:
      property value of dataId
    • setDataId

      public void setDataId(String dataId)
      Setter method for property dataId.
      参数:
      dataId - value to be assigned to property dataId
    • getGroup

      public String getGroup()
      Getter method for property group.
      返回:
      property value of group
    • setGroup

      public void setGroup(String group)
      Setter method for property group.
      参数:
      group - value to be assigned to property group
    • getContent

      public String getContent()
      Getter method for property content.
      返回:
      property value of content
    • setContent

      public void setContent(String content)
      Setter method for property content.
      参数:
      content - value to be assigned to property content
    • getCasMd5

      public String getCasMd5()
      Getter method for property casMd5.
      返回:
      property value of casMd5
    • setCasMd5

      public void setCasMd5(String casMd5)
      Setter method for property casMd5.
      参数:
      casMd5 - value to be assigned to property content
    • getAdditionMap

      public Map<String,​String> getAdditionMap()
      Getter method for property casMd5.
      返回:
      property value of casMd5
    • setAdditionMap

      public void setAdditionMap(Map<String,​String> additionMap)
      Setter method for property additionMap.
      参数:
      additionMap - value to be assigned to property additionMap
    • getTenant

      public String getTenant()
      Getter method for property tenant.
      返回:
      property value of tenant
    • setTenant

      public void setTenant(String tenant)
      Setter method for property tenant.
      参数:
      tenant - value to be assigned to property tenant