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