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
Nested ClassesModifier and TypeClassDescriptionstatic classNameValuePair.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NameValuePair.NameValuePairBuilder<?, ?> builder()protected booleanbooleangetName()Name or key of the pair.getValue()Value for the pair.inthashCode()static NameValuePairBuild a NameValuePair from the provided name and value.static NameValuePairBuild 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:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-