public class Request extends Object implements Serializable
| Constructor and Description |
|---|
Request() |
| Modifier and Type | Method and Description |
|---|---|
Account |
getAccount() |
String |
getAccountId() |
Address |
getAddress() |
Application |
getApplication() |
Button |
getButton() |
String |
getClientId() |
String |
getPaymentMethodId() |
Double |
getQty() |
Report |
getReport() |
String |
getScopes() |
String |
getTokenId() |
Transaction |
getTransaction() |
User |
getUser() |
void |
setAccount(Account account) |
void |
setAccountId(String accountId) |
void |
setAddress(Address address) |
void |
setApplication(Application application) |
void |
setButton(Button button) |
void |
setClientId(String clientId) |
void |
setPaymentMethodId(String paymentMethodId) |
void |
setQty(Double qty) |
void |
setReport(Report report) |
void |
setScopes(String scopes) |
void |
setTokenId(String tokenId) |
void |
setTransaction(Transaction transaction) |
void |
setUser(User user) |
public Report getReport()
public void setReport(Report report)
public Address getAddress()
public void setAddress(Address address)
public String getClientId()
public void setClientId(String clientId)
public String getScopes()
public void setScopes(String scopes)
public User getUser()
public void setUser(User user)
public String getPaymentMethodId()
public void setPaymentMethodId(String paymentMethodId)
public Double getQty()
public void setQty(Double qty)
public String getAccountId()
public void setAccountId(String accountId)
public Button getButton()
public void setButton(Button button)
public Account getAccount()
public void setAccount(Account account)
public Transaction getTransaction()
public void setTransaction(Transaction transaction)
public String getTokenId()
public void setTokenId(String tokenId)
public Application getApplication()
public void setApplication(Application application)
Copyright © 2014. All rights reserved.