public class PaymentSettings extends ThreadSettingsBaseRequest
type| Constructor and Description |
|---|
PaymentSettings()
Instantiates a new PaymentSettings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
PaymentDevModeAction |
getPaymentDevModeAction()
Gets the
paymentDevModeAction. |
List<String> |
getPaymentTesters()
Gets the
paymentTesters. |
String |
getPrivacyUrl()
Gets the
privacyUrl. |
String |
getPublicKey()
Gets the
publicKey. |
int |
hashCode() |
void |
setPaymentDevModeAction(PaymentDevModeAction paymentDevModeAction)
Sets the
paymentDevModeAction. |
void |
setPaymentTesters(List<String> paymentTesters)
Sets the
paymentTesters. |
void |
setPrivacyUrl(String privacyUrl)
Sets the
privacyUrl. |
void |
setPublicKey(String publicKey)
Sets the
publicKey. |
String |
toString() |
getType, setTypepublic String getPrivacyUrl()
privacyUrl.privacyUrl.public void setPrivacyUrl(String privacyUrl)
privacyUrl.privacyUrl - the privacyUrl to set.public void setPublicKey(String publicKey)
publicKey.publicKey - the publicKey to set.public PaymentDevModeAction getPaymentDevModeAction()
paymentDevModeAction.paymentDevModeAction.public void setPaymentDevModeAction(PaymentDevModeAction paymentDevModeAction)
paymentDevModeAction.paymentDevModeAction - the paymentDevModeAction to set.public List<String> getPaymentTesters()
paymentTesters.paymentTesters.public void setPaymentTesters(List<String> paymentTesters)
paymentTesters.paymentTesters - the paymentTesters to set.public int hashCode()
hashCode in class ThreadSettingsBaseRequestpublic boolean equals(Object obj)
equals in class ThreadSettingsBaseRequestpublic String toString()
toString in class ThreadSettingsBaseRequestCopyright © 2017 BotMill. All rights reserved.