com.txtnation.android.requests
Class DirectBillResultPollRequest

java.lang.Object
  extended by com.txtnation.android.requests.ServerRequest
      extended by com.txtnation.android.requests.DirectBillResultPollRequest

public class DirectBillResultPollRequest
extends ServerRequest


Constructor Summary
DirectBillResultPollRequest()
           
 
Method Summary
 Product.OperatorBillingType getOperatorBillingType()
           
 Product.ProductType getProductType()
           
 long getSessionId()
           
 void setOperatorBillingType(Product.OperatorBillingType operatorBillingType)
           
 void setProductType(Product.ProductType productType)
           
 void setSessionId(long sessionId)
           
 
Methods inherited from class com.txtnation.android.requests.ServerRequest
isTestMode, setTestMode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectBillResultPollRequest

public DirectBillResultPollRequest()
Method Detail

getSessionId

public final long getSessionId()

setSessionId

public final void setSessionId(long sessionId)

getProductType

public final Product.ProductType getProductType()

setProductType

public final void setProductType(Product.ProductType productType)

getOperatorBillingType

public final Product.OperatorBillingType getOperatorBillingType()

setOperatorBillingType

public final void setOperatorBillingType(Product.OperatorBillingType operatorBillingType)