io.clarify.api
Class ClarifyModel

java.lang.Object
  extended by io.clarify.api.ClarifyModel
Direct Known Subclasses:
Bundle, BundleMetadata, BundleTrack, ClarifyPaginatedModel

public class ClarifyModel
extends Object


Field Summary
protected  ClarifyClient client
           
protected  ClarifyResponse response
           
 
Constructor Summary
ClarifyModel(ClarifyClient client, ClarifyResponse response)
           
 
Method Summary
 ClarifyClient getClarifyClient()
           
 ClarifyResponse getClarifyResponse()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

client

protected ClarifyClient client

response

protected ClarifyResponse response
Constructor Detail

ClarifyModel

public ClarifyModel(ClarifyClient client,
                    ClarifyResponse response)
Method Detail

getClarifyResponse

public ClarifyResponse getClarifyResponse()

getClarifyClient

public ClarifyClient getClarifyClient()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 Clarify Inc. All Rights Reserved.