@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class PartitionValueFilter extends Object
| Constructor and Description |
|---|
PartitionValueFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
LatestAfterPartitionValue |
getLatestAfterPartitionValue()
This specifies that the availability request should return the latest Partition Value available after the specified Partition\n Value.
|
LatestBeforePartitionValue |
getLatestBeforePartitionValue()
This specifies that the availability request should return the latest Partition Value available before the specified Partition\n Value.
|
String |
getPartitionKey()
The Partition Key for a Business Object Data.
|
PartitionValueRange |
getPartitionValueRange()
A container for the Partition Value Range.
|
List<String> |
getPartitionValues()
This specifies a list of partition values.
|
int |
hashCode() |
void |
setLatestAfterPartitionValue(LatestAfterPartitionValue latestAfterPartitionValue) |
void |
setLatestBeforePartitionValue(LatestBeforePartitionValue latestBeforePartitionValue) |
void |
setPartitionKey(String partitionKey) |
void |
setPartitionValueRange(PartitionValueRange partitionValueRange) |
void |
setPartitionValues(List<String> partitionValues) |
String |
toString() |
public String getPartitionKey()
public void setPartitionKey(String partitionKey)
public List<String> getPartitionValues()
public PartitionValueRange getPartitionValueRange()
public void setPartitionValueRange(PartitionValueRange partitionValueRange)
public LatestBeforePartitionValue getLatestBeforePartitionValue()
public void setLatestBeforePartitionValue(LatestBeforePartitionValue latestBeforePartitionValue)
public LatestAfterPartitionValue getLatestAfterPartitionValue()
public void setLatestAfterPartitionValue(LatestAfterPartitionValue latestAfterPartitionValue)
Copyright © 2017. All rights reserved.