java.lang.Object | ||
↳ | PayPalRetailObject | |
↳ | com.paypal.paypalretailsdk.SdkEnvironmentInfo |
The executing environment of the SDK
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SdkEnvironmentInfo() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getAppBuild()
Build number of the integrating app
| ||||||||||
String |
getAppName()
Name of the integrating App
| ||||||||||
String |
getAppVersion()
Version of the integrating App
| ||||||||||
String |
getMerchantId()
Merchant identifier like PayerId, etc.
| ||||||||||
String |
getOsName()
Operating system name
| ||||||||||
String |
getOsVersion()
Operating system version
| ||||||||||
void |
setAppBuild(String value)
Build number of the integrating app
| ||||||||||
void |
setAppName(String value)
Name of the integrating App
| ||||||||||
void |
setAppVersion(String value)
Version of the integrating App
| ||||||||||
void |
setMerchantId(String value)
Merchant identifier like PayerId, etc.
| ||||||||||
void |
setOsName(String value)
Operating system name
| ||||||||||
void |
setOsVersion(String value)
Operating system version
| ||||||||||
String |
toString()
Returns a string representing the serialized state of the SdkEnvironmentInfo object
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Build number of the integrating app
Name of the integrating App
Version of the integrating App
Merchant identifier like PayerId, etc.
Operating system name
Operating system version
Build number of the integrating app
Name of the integrating App
Version of the integrating App
Merchant identifier like PayerId, etc.
Operating system name
Operating system version
Returns a string representing the serialized state of the SdkEnvironmentInfo object