Class Label

    • Constructor Detail

      • Label

        public Label()
      • Label

        public Label​(Label 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 健名
        Returns:
        Key 健名
      • setKey

        public void setKey​(String Key)
        Set 健名
        Parameters:
        Key - 健名
      • getValue

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

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