Class GameProperty

    • Constructor Detail

      • GameProperty

        public GameProperty()
      • GameProperty

        public GameProperty​(GameProperty 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 属性名称,最大长度不超过32个ASCII字符
        Returns:
        Key 属性名称,最大长度不超过32个ASCII字符
      • setKey

        public void setKey​(String Key)
        Set 属性名称,最大长度不超过32个ASCII字符
        Parameters:
        Key - 属性名称,最大长度不超过32个ASCII字符
      • getValue

        public String getValue()
        Get 属性值,最大长度不超过96个ASCII字符
        Returns:
        Value 属性值,最大长度不超过96个ASCII字符
      • setValue

        public void setValue​(String Value)
        Set 属性值,最大长度不超过96个ASCII字符
        Parameters:
        Value - 属性值,最大长度不超过96个ASCII字符