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

      • getName

        public String getName()
        Get map表中的Name
        Returns:
        Name map表中的Name
      • setName

        public void setName​(String Name)
        Set map表中的Name
        Parameters:
        Name - map表中的Name
      • getValue

        public String getValue()
        Get map表中的Value
        Returns:
        Value map表中的Value
      • setValue

        public void setValue​(String Value)
        Set map表中的Value
        Parameters:
        Value - map表中的Value