H - R - public class DynamoDBKey<H,R> extends Object
| Constructor and Description |
|---|
DynamoDBKey() |
| Modifier and Type | Method and Description |
|---|---|
H |
getHashKey()
Gets hash key
|
R |
getRangeKey()
Gets range key
|
void |
setHashKey(H hashKey)
Sets hash key
|
void |
setRangeKey(R rangeKey)
Sets range key
|
String |
toString() |
Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.