Package com.atlan.model.workflow
Class NameValuePair
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.workflow.NameValuePair
- All Implemented Interfaces:
Serializable
Definition of arbitrary name-value pairs.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
NameValuePair.NameValuePairBuilder<C extends NameValuePair,
B extends NameValuePair.NameValuePairBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic NameValuePair.NameValuePairBuilder<?,
?> builder()
protected boolean
boolean
getName()
Name or key of the pair.getValue()
Value for the pair.int
hashCode()
static NameValuePair
Build a NameValuePair from the provided name and value.static NameValuePair
Build a NameValuePair from the provided name and value.toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
NameValuePair
-
-
Method Details
-
of
Build a NameValuePair from the provided name and value.- Parameters:
name
- for the pairvalue
- for the name- Returns:
- the NameValuePair
-
of
Build a NameValuePair from the provided name and value.- Parameters:
name
- for the pairvalue
- for the name- Returns:
- the NameValuePair
-
builder
-
toBuilder
-
getName
Name or key of the pair. -
getValue
Value for the pair. -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-