Class Label

java.lang.Object
com.influxdb.client.domain.Label

public class Label extends Object
Label
  • Field Details

  • Constructor Details

    • Label

      public Label()
  • Method Details

    • getId

      public String getId()
      Get id
      Returns:
      id
    • getOrgID

      public String getOrgID()
      Get orgID
      Returns:
      orgID
    • name

      public Label name(String name)
    • getName

      public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • properties

      public Label properties(Map<String,String> properties)
    • putPropertiesItem

      public Label putPropertiesItem(String key, String propertiesItem)
    • getProperties

      public Map<String,String> getProperties()
      Key/Value pairs associated with this label. Keys can be removed by sending an update with an empty value.
      Returns:
      properties
    • setProperties

      public void setProperties(Map<String,String> properties)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object