public final class EdgeChanges
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object o)  | 
java.lang.Object | 
getDstId()
Gets the id of the destination vertex 
 | 
long | 
getId()
Returns the id of this element 
 | 
java.lang.String | 
getLabelChange()
Gets the label change 
 | 
java.util.Map<java.lang.String,java.lang.Object> | 
getPropertyUpdates()
Returns the property updates for this element 
 | 
java.lang.Object | 
getSrcId()
Gets the id of the source vertex 
 | 
int | 
hashCode()  | 
boolean | 
isComplete()  | 
void | 
setLabel(java.lang.String label)
Updates the label to the given value 
 | 
void | 
setPropertyValue(java.lang.String key, java.lang.Object value)
Updates the value of the property  
key to value for this element | 
java.lang.String | 
toString()  | 
public boolean equals(java.lang.Object o)
public java.lang.Object getDstId()
public long getId()
public java.lang.String getLabelChange()
public java.lang.Object getSrcId()
public int hashCode()
public boolean isComplete()
public void setLabel(java.lang.String label)
label - the new label valuepublic java.lang.String toString()
public java.util.Map<java.lang.String,java.lang.Object> getPropertyUpdates()
public void setPropertyValue(java.lang.String key,
                             java.lang.Object value)
key to value for this elementkey - the property keyvalue - the property valueCopyright © 2016, 2018 Oracle and/or its affiliates. All Rights Reserved.