Class KeyValue
java.lang.Object
com.amazonaws.services.elasticmapreduce.model.KeyValue
- All Implemented Interfaces:
Serializable, Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetKey()The unique identifier of a key value pair.getValue()The value part of the identified key.inthashCode()voidThe unique identifier of a key value pair.voidThe value part of the identified key.toString()Returns a string representation of this object; useful for testing and debugging.The unique identifier of a key value pair.The value part of the identified key.
-
Constructor Details
-
KeyValue
public KeyValue()Default constructor for KeyValue object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it. -
KeyValue
-
-
Method Details
-
setKey
The unique identifier of a key value pair.
- Parameters:
key- The unique identifier of a key value pair.
-
getKey
The unique identifier of a key value pair.
- Returns:
- The unique identifier of a key value pair.
-
withKey
-
setValue
The value part of the identified key.
- Parameters:
value- The value part of the identified key.
-
getValue
The value part of the identified key.
- Returns:
- The value part of the identified key.
-
withValue
-
toString
-
equals
-
hashCode
-
clone
-