public class CameraAttachToEntityInstruction
extends java.lang.Object
| Constructor and Description |
|---|
CameraAttachToEntityInstruction(long uniqueEntityId) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
long |
getUniqueEntityId() |
int |
hashCode() |
void |
setUniqueEntityId(long uniqueEntityId) |
java.lang.String |
toString() |
public CameraAttachToEntityInstruction(long uniqueEntityId)
public long getUniqueEntityId()
public void setUniqueEntityId(long uniqueEntityId)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object