@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class PartitionValueRange extends Object
| Constructor and Description |
|---|
PartitionValueRange() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEndPartitionValue()
The end partition value for the partition value range.
|
String |
getStartPartitionValue()
The start partition value for the partition value range.
|
int |
hashCode() |
void |
setEndPartitionValue(String endPartitionValue) |
void |
setStartPartitionValue(String startPartitionValue) |
String |
toString() |
public String getStartPartitionValue()
public void setStartPartitionValue(String startPartitionValue)
public String getEndPartitionValue()
public void setEndPartitionValue(String endPartitionValue)
Copyright © 2017. All rights reserved.