public class BoxObject extends DefaultJSONStringEntity implements IBoxParcelable
| Constructor and Description |
|---|
BoxObject() |
BoxObject(BoxObject obj)
Copy constructor, this does deep copy for all the fields.
|
BoxObject(IBoxParcelWrapper in) |
BoxObject(Map<String,Object> map)
Instantiate the object from a map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(String key)
Use this method to check whether the object contains certain field at all.
|
boolean |
equals(Object obj)
Whether the two objects are equal.
|
Map<String,Object> |
extraProperties() |
Object |
getExtraData(String key)
Get extra data.
|
Object |
getValue(String key) |
void |
handleUnknown(String key,
Object value) |
int |
hashCode() |
void |
put(String key,
Object value) |
void |
writeToParcel(IBoxParcelWrapper parcelWrapper,
int flags) |
toJSONStringpublic BoxObject()
public BoxObject(Map<String,Object> map)
map - public BoxObject(BoxObject obj)
obj - public BoxObject(IBoxParcelWrapper in)
public boolean equals(Object obj)
public Object getExtraData(String key)
key - public boolean contains(String key)
public void writeToParcel(IBoxParcelWrapper parcelWrapper, int flags)
writeToParcel in interface IBoxParcelableCopyright © 2014. All Rights Reserved.