Class MatchAttribute

    • Constructor Detail

      • MatchAttribute

        public MatchAttribute()
      • MatchAttribute

        public MatchAttribute​(MatchAttribute 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

      • getName

        public String getName()
        Get 属性名 长度 128 [a-zA-Z0-9-\.]*
        Returns:
        Name 属性名 长度 128 [a-zA-Z0-9-\.]*
      • setName

        public void setName​(String Name)
        Set 属性名 长度 128 [a-zA-Z0-9-\.]*
        Parameters:
        Name - 属性名 长度 128 [a-zA-Z0-9-\.]*
      • getType

        public Long getType()
        Get 属性类型: 0 数值; 1 string; 默认 0
        Returns:
        Type 属性类型: 0 数值; 1 string; 默认 0
      • setType

        public void setType​(Long Type)
        Set 属性类型: 0 数值; 1 string; 默认 0
        Parameters:
        Type - 属性类型: 0 数值; 1 string; 默认 0
      • getNumberValue

        public Float getNumberValue()
        Get 数字属性值 默认 0.0
        Returns:
        NumberValue 数字属性值 默认 0.0
      • setNumberValue

        public void setNumberValue​(Float NumberValue)
        Set 数字属性值 默认 0.0
        Parameters:
        NumberValue - 数字属性值 默认 0.0
      • getStringValue

        public String getStringValue()
        Get 字符串属性值 长度 128 默认 ""
        Returns:
        StringValue 字符串属性值 长度 128 默认 ""
      • setStringValue

        public void setStringValue​(String StringValue)
        Set 字符串属性值 长度 128 默认 ""
        Parameters:
        StringValue - 字符串属性值 长度 128 默认 ""
      • getListValue

        public String[] getListValue()
        Get list 属性值
        Returns:
        ListValue list 属性值
      • setListValue

        public void setListValue​(String[] ListValue)
        Set list 属性值
        Parameters:
        ListValue - list 属性值
      • getMapValue

        public AttributeMap[] getMapValue()
        Get 字典属性值
        Returns:
        MapValue 字典属性值
      • setMapValue

        public void setMapValue​(AttributeMap[] MapValue)
        Set 字典属性值
        Parameters:
        MapValue - 字典属性值