public class BatchVertexUpdate
extends java.lang.Object
Constructor and Description |
---|
BatchVertexUpdate(long id,
java.util.Map<java.lang.String,java.lang.Object> properties) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
long |
getId() |
int |
getIndex() |
java.util.Map<java.lang.String,java.lang.Object> |
getProperties() |
int |
hashCode() |
void |
setId(long id) |
void |
setIndex(int index) |
void |
setProperties(java.util.Map<java.lang.String,java.lang.Object> properties) |
public BatchVertexUpdate(long id, java.util.Map<java.lang.String,java.lang.Object> properties)
public long getId()
public void setId(long id)
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
public void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int getIndex()
public void setIndex(int index)