public class AttributesResponse extends JsonOutputBase
Constructor and Description |
---|
AttributesResponse(java.util.Map<java.lang.String,AttributeResponse> storage) |
AttributesResponse(TreeNode node) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Map<java.lang.String,AttributeResponse> |
getAttributes() |
int |
hashCode() |
java.lang.String |
toString() |
public AttributesResponse(java.util.Map<java.lang.String,AttributeResponse> storage)
public AttributesResponse(TreeNode node)
public java.util.Map<java.lang.String,AttributeResponse> getAttributes()
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