public abstract class AttributeResponse extends JsonOutputBase
Modifier and Type | Field and Description |
---|---|
protected AttributeType |
at |
protected AttributeStorage |
storage |
protected java.lang.Object |
val |
Constructor and Description |
---|
AttributeResponse(AttributeStorage storage,
AttributeType at,
java.lang.Object val) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static AttributeResponse |
getOne(AttributeStorage attrs,
Attribute attribute,
boolean list) |
static AttributeResponse |
getOne(AttributeStorage storage,
AttributeType type,
java.lang.Object o,
boolean list) |
java.lang.String |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
protected AttributeStorage storage
protected AttributeType at
protected java.lang.Object val
public AttributeResponse(AttributeStorage storage, AttributeType at, java.lang.Object val)
public java.lang.String getType()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public static AttributeResponse getOne(AttributeStorage attrs, Attribute attribute, boolean list)
public static AttributeResponse getOne(AttributeStorage storage, AttributeType type, java.lang.Object o, boolean list)