Class MapParam

    • Constructor Detail

      • MapParam

        public MapParam()
      • MapParam

        public MapParam​(MapParam 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.
    • Method Detail

      • getKey

        public String getKey()
        Get key值
        Returns:
        Key key值
      • setKey

        public void setKey​(String Key)
        Set key值
        Parameters:
        Key - key值
      • getType

        public String getType()
        Get 类型,DEFAULT默认,DATE系统预设-时间戳,CUSTOMIZE自定义,MAPPING映射
        Returns:
        Type 类型,DEFAULT默认,DATE系统预设-时间戳,CUSTOMIZE自定义,MAPPING映射
      • setType

        public void setType​(String Type)
        Set 类型,DEFAULT默认,DATE系统预设-时间戳,CUSTOMIZE自定义,MAPPING映射
        Parameters:
        Type - 类型,DEFAULT默认,DATE系统预设-时间戳,CUSTOMIZE自定义,MAPPING映射
      • getValue

        public String getValue()
        Get 值
        Returns:
        Value 值
      • setValue

        public void setValue​(String Value)
        Set 值
        Parameters:
        Value - 值