public class ResponseData extends AbstractResource
dataObj
Constructor and Description |
---|
ResponseData() |
ResponseData(org.json.JSONObject json) |
Modifier and Type | Method and Description |
---|---|
String |
getApiId() |
String |
getName() |
String |
getSignatureId() |
FieldType |
getType() |
String |
getTypeString() |
Object |
getValue() |
void |
setApiId(String apiId) |
void |
setName(String name) |
void |
setSignatureId(String signatureId) |
void |
setType(FieldType type) |
void |
setValue(Object value) |
add, addToList, clearList, get, getBoolean, getConstructor, getDate, getInteger, getJSONObject, getList, getList, getLong, getString, has, hasString, set, toString
public ResponseData()
public ResponseData(org.json.JSONObject json) throws HelloSignException
HelloSignException
public String getSignatureId()
public void setSignatureId(String signatureId)
public String getName()
public void setName(String name)
public Object getValue()
public void setValue(Object value)
public FieldType getType()
public void setType(FieldType type)
public String getTypeString()
public String getApiId()
public void setApiId(String apiId)
Copyright © 2015 HelloSign. All rights reserved.