-
- All Implemented Interfaces:
-
android.os.Parcelable
public class PayuConfig implements Parcelable
Created by franklin on 6/4/15. Simple Bean implementations of Payu Config Every payu Async tasks require Config object data Should be the final data, which will be posted on payu server environment Should be the environment. MOBILE_STAGING_ENVPRODUCTION_ENVSTAGING_ENV if none of the evn specified sdk will point to PRODUCTION_ENV
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<PayuConfig>CREATORprivate Stringdataprivate intenvironmentprivate intfetchSodexoBalanceTimeout
-
Constructor Summary
Constructors Constructor Description PayuConfig()
-
Method Summary
Modifier and Type Method Description StringgetData()voidsetData(String data)intgetEnvironment()voidsetEnvironment(int environment)intgetFetchSodexoBalanceTimeout()voidsetFetchSodexoBalanceTimeout(int fetchSodexoBalanceTimeout)PostDatagetConfig()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)-
-
Method Detail
-
getEnvironment
int getEnvironment()
-
setEnvironment
void setEnvironment(int environment)
-
getFetchSodexoBalanceTimeout
int getFetchSodexoBalanceTimeout()
-
setFetchSodexoBalanceTimeout
void setFetchSodexoBalanceTimeout(int fetchSodexoBalanceTimeout)
-
getConfig
PostData getConfig()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-