@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class ExpectedPartitionValuesCreateRequest extends Object
| Constructor and Description |
|---|
ExpectedPartitionValuesCreateRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getExpectedPartitionValues()
List of Expected Partition Values
|
PartitionKeyGroupKey |
getPartitionKeyGroupKey()
Value that uniquely identifies a Partition Key Group
|
int |
hashCode() |
void |
setExpectedPartitionValues(List<String> expectedPartitionValues) |
void |
setPartitionKeyGroupKey(PartitionKeyGroupKey partitionKeyGroupKey) |
String |
toString() |
public ExpectedPartitionValuesCreateRequest()
public PartitionKeyGroupKey getPartitionKeyGroupKey()
public void setPartitionKeyGroupKey(PartitionKeyGroupKey partitionKeyGroupKey)
public List<String> getExpectedPartitionValues()
public void setExpectedPartitionValues(List<String> expectedPartitionValues)
Copyright © 2017. All rights reserved.