@Generated public class PartitionValue extends Object
Constructor and Description |
---|
PartitionValue() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
PartitionValueOp |
getOp() |
String |
getRecipientPropertyKey() |
String |
getValue() |
int |
hashCode() |
PartitionValue |
setName(String name) |
PartitionValue |
setOp(PartitionValueOp op) |
PartitionValue |
setRecipientPropertyKey(String recipientPropertyKey) |
PartitionValue |
setValue(String value) |
String |
toString() |
public PartitionValue setName(String name)
public String getName()
public PartitionValue setOp(PartitionValueOp op)
public PartitionValueOp getOp()
public PartitionValue setRecipientPropertyKey(String recipientPropertyKey)
public String getRecipientPropertyKey()
public PartitionValue setValue(String value)
public String getValue()
Copyright © 2024. All rights reserved.