Package io.stargate.sdk.rest.domain
Class KVPair
java.lang.Object
io.stargate.sdk.rest.domain.KVPair
Wrapper for entries in map.
- Author:
- Cedrick LUNVEN (@clunven)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KVPair
public KVPair()Default constructor.
-
-
Method Details
-
getKey
Getter accessor for attribute 'key'.- Returns:
- current value of 'key'
-
setKey
Setter accessor for attribute 'key'.- Parameters:
key- new value for 'key '
-
getValue
Getter accessor for attribute 'value'.- Returns:
- current value of 'value'
-
setValue
Setter accessor for attribute 'value'.- Parameters:
value- new value for 'value '
-