public class UpdateNode extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UpdateNode.Builder |
Modifier | Constructor and Description |
---|---|
protected |
UpdateNode(BaseNode.Condition condition,
BaseNode.Type type,
Integer weight) |
Modifier and Type | Method and Description |
---|---|
static UpdateNode.Builder |
builder() |
boolean |
equals(Object obj) |
BaseNode.Condition |
getCondition() |
BaseNode.Type |
getType() |
Integer |
getWeight() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
UpdateNode.Builder |
toBuilder() |
String |
toString() |
protected UpdateNode(@Nullable BaseNode.Condition condition, @Nullable BaseNode.Type type, @Nullable Integer weight)
public BaseNode.Condition getCondition()
public BaseNode.Type getType()
public Integer getWeight()
protected com.google.common.base.Objects.ToStringHelper string()
public static UpdateNode.Builder builder()
public UpdateNode.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.