public final class GsonPartitionRuleImpl extends java.lang.Object implements GsonBase, PartitionRule
| Modifier and Type | Class and Description |
|---|---|
static class |
GsonPartitionRuleImpl.Builder |
| Constructor and Description |
|---|
GsonPartitionRuleImpl(Check check,
Condition condition) |
GsonPartitionRuleImpl(JsonObject jsonObject) |
| Modifier and Type | Method and Description |
|---|---|
Check |
getCheck() |
Condition |
getCondition() |
JsonObject |
toJSONObject() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoDomainJsonArray, toJsonArraypublic JsonObject toJSONObject()
toJSONObject in interface GsonBasepublic java.lang.String toString()
toString in class java.lang.Objectpublic Check getCheck()
getCheck in interface PartitionRulepublic Condition getCondition()
getCondition in interface PartitionRule