public class Label extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_ORG_I_D |
static String |
SERIALIZED_NAME_PROPERTIES |
Constructor and Description |
---|
Label() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getId()
Get id
|
String |
getName()
Get name
|
String |
getOrgID()
Get orgID
|
Map<String,String> |
getProperties()
Key/Value pairs associated with this label.
|
int |
hashCode() |
Label |
name(String name) |
Label |
properties(Map<String,String> properties) |
Label |
putPropertiesItem(String key,
String propertiesItem) |
void |
setName(String name) |
void |
setProperties(Map<String,String> properties) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ORG_I_D
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_PROPERTIES
public String getId()
public String getOrgID()
public String getName()
public void setName(String name)
public Map<String,String> getProperties()
Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.