Class PartitionValue
- java.lang.Object
-
- com.databricks.sdk.service.sharing.PartitionValue
-
@Generated public class PartitionValue extends Object
-
-
Constructor Summary
Constructors Constructor Description PartitionValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
setName
public PartitionValue setName(String name)
-
getName
public String getName()
-
setOp
public PartitionValue setOp(PartitionValueOp op)
-
getOp
public PartitionValueOp getOp()
-
setRecipientPropertyKey
public PartitionValue setRecipientPropertyKey(String recipientPropertyKey)
-
getRecipientPropertyKey
public String getRecipientPropertyKey()
-
setValue
public PartitionValue setValue(String value)
-
getValue
public String getValue()
-
-