com.bandwidth.sdk.model
Class ErrorDetail

java.lang.Object
  extended by com.bandwidth.sdk.model.ModelBase
      extended by com.bandwidth.sdk.model.ResourceBase
          extended by com.bandwidth.sdk.model.ErrorDetail

public class ErrorDetail
extends ResourceBase

Author:
vpotapenko

Field Summary
 
Fields inherited from class com.bandwidth.sdk.model.ResourceBase
client, id, properties
 
Fields inherited from class com.bandwidth.sdk.model.ModelBase
dateFormat
 
Constructor Summary
ErrorDetail(BandwidthClient client, String parentUri, org.json.simple.JSONObject jsonObject)
           
 
Method Summary
 String getName()
           
protected  String getUri()
           
 String getValue()
           
protected  void setUp(org.json.simple.JSONObject jsonObject)
           
 String toString()
           
 
Methods inherited from class com.bandwidth.sdk.model.ResourceBase
getClient, getId, getProperties, setId, toJSONArray, toJSONObject
 
Methods inherited from class com.bandwidth.sdk.model.ModelBase
getProperty, getPropertyAsBoolean, getPropertyAsDate, getPropertyAsDouble, getPropertyAsLong, getPropertyAsString, getPropertyAsStringArray, putProperty, toMap, updateProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorDetail

public ErrorDetail(BandwidthClient client,
                   String parentUri,
                   org.json.simple.JSONObject jsonObject)
Method Detail

setUp

protected void setUp(org.json.simple.JSONObject jsonObject)
Specified by:
setUp in class ResourceBase

getUri

protected String getUri()

getName

public String getName()

getValue

public String getValue()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.