public final class VertexChanges
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
void | 
addLabel(java.lang.String label)
Adds the given label 
 | 
boolean | 
equals(java.lang.Object o)  | 
java.lang.Object | 
getId()
Returns the id of this element 
 | 
java.util.List<oracle.pgx.common.util.ChangeTrackingMap.ChangeSetEntry<java.lang.String,java.lang.String>> | 
getLabelChanges()  | 
java.util.Map<java.lang.String,java.lang.Object> | 
getPropertyUpdates()
Returns the property updates for this element 
 | 
int | 
hashCode()  | 
void | 
removeLabel(java.lang.String label)
Removes the given label 
 | 
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 void addLabel(java.lang.String label)
label - the label to addpublic boolean equals(java.lang.Object o)
public java.lang.Object getId()
public java.util.List<oracle.pgx.common.util.ChangeTrackingMap.ChangeSetEntry<java.lang.String,java.lang.String>> getLabelChanges()
public int hashCode()
public void removeLabel(java.lang.String label)
label - the label to removepublic 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.