Constructors

Link copied to clipboard
public void AppLocale()
Constructs a new empty instance.
public void AppLocale(String json)
Constructs a new instance from the given JSON String.
public void AppLocale(JSONObject jsonObject)
Construct a new instance backed by the given JSONObject, the parameter is not copied so changes to it will be reflected in this instance and vice-versa.
public void AppLocale(AppLocale src)
Constructs a new instance that is a deep copy of the source instance.

Types

Link copied to clipboard
public interface Constraints

Properties

Link copied to clipboard
public final static int CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
public final static Parcelable.Creator<AppLocale> CREATOR
Link copied to clipboard
Link copied to clipboard
public final static int PARCELABLE_WRITE_RETURN_VALUE

Functions

Link copied to clipboard
public void clearApp()
Clears the 'app' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearBenefits()
Clears the 'benefits' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearDescription()
Clears the 'description' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearEula()
Clears the 'eula' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearFilenameBanner()
Clears the 'filenameBanner' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearFilenameCover()
Clears the 'filenameCover' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearFilenameIcon()
Clears the 'filenameIcon' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearFilenameIconLarge()
Clears the 'filenameIconLarge' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearFilenameIconSmall()
Clears the 'filenameIconSmall' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearId()
Clears the 'id' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearLinkLabel()
Clears the 'linkLabel' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearLocale()
Clears the 'locale' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearName()
Clears the 'name' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearPrivacyPolicy()
Clears the 'privacyPolicy' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearSmartReceiptText()
Clears the 'smartReceiptText' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearSmartReceiptUrl()
Clears the 'smartReceiptUrl' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearSupportEmail()
Clears the 'supportEmail' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearSupportPhone()
Clears the 'supportPhone' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearSupportPhoneHours()
Clears the 'supportPhoneHours' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearSupportUrl()
Clears the 'supportUrl' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearTagline()
Clears the 'tagline' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearVideoUrl()
Clears the 'videoUrl' field, the 'has' method for this field will now return false
Link copied to clipboard
public boolean containsChanges()
Returns true if this instance has any changes.
Link copied to clipboard
Create a copy of this instance that contains only fields that were set after the constructor was called.
Link copied to clipboard
public abstract int describeContents()
public final int describeContents()
Link copied to clipboard
public Reference getApp()
Reference to app this developer_app_locale belongs to
Link copied to clipboard
Brief description about benefits of app
Link copied to clipboard
public final Bundle getBundle()
Gets a Bundle which can be used to get and set data attached to this instance.
Link copied to clipboard
App Description
Link copied to clipboard
public String getEula()
Link copied to clipboard
URL to the hero images of the app.
Link copied to clipboard
URL to the cover images of the app.
Link copied to clipboard
Link copied to clipboard
URL to the icon of the app.
Link copied to clipboard
URL to the icon of the app.
Link copied to clipboard
public String getId()
Link copied to clipboard
Returns the internal JSONObject backing this instance, the return value is not a copy so changes to it will be reflected in this instance and vice-versa.
Link copied to clipboard
Text for external link to this app's detail page in the app market.
Link copied to clipboard
public String getLocale()
Java Locale format.
Link copied to clipboard
public String getName()
Name of the app
Link copied to clipboard
Link copied to clipboard
Text will print on printed receipts for this app
Link copied to clipboard
URL we will expose on printed and web receipts for this app
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public String getTagline()
Short tagline for the app
Link copied to clipboard
URL for embedded video
Link copied to clipboard
public boolean hasApp()
Checks whether the 'app' field has been set, however the value could be null
Link copied to clipboard
public boolean hasBenefits()
Checks whether the 'benefits' field has been set, however the value could be null
Link copied to clipboard
public boolean hasDescription()
Checks whether the 'description' field has been set, however the value could be null
Link copied to clipboard
public boolean hasEula()
Checks whether the 'eula' field has been set, however the value could be null
Link copied to clipboard
public boolean hasFilenameBanner()
Checks whether the 'filenameBanner' field has been set, however the value could be null
Link copied to clipboard
public boolean hasFilenameCover()
Checks whether the 'filenameCover' field has been set, however the value could be null
Link copied to clipboard
public boolean hasFilenameIcon()
Checks whether the 'filenameIcon' field has been set, however the value could be null
Link copied to clipboard
public boolean hasFilenameIconLarge()
Checks whether the 'filenameIconLarge' field has been set, however the value could be null
Link copied to clipboard
public boolean hasFilenameIconSmall()
Checks whether the 'filenameIconSmall' field has been set, however the value could be null
Link copied to clipboard
public boolean hasId()
Checks whether the 'id' field has been set, however the value could be null
Link copied to clipboard
public boolean hasLinkLabel()
Checks whether the 'linkLabel' field has been set, however the value could be null
Link copied to clipboard
public boolean hasLocale()
Checks whether the 'locale' field has been set, however the value could be null
Link copied to clipboard
public boolean hasName()
Checks whether the 'name' field has been set, however the value could be null
Link copied to clipboard
public boolean hasPrivacyPolicy()
Checks whether the 'privacyPolicy' field has been set, however the value could be null
Link copied to clipboard
public boolean hasSmartReceiptText()
Checks whether the 'smartReceiptText' field has been set, however the value could be null
Link copied to clipboard
public boolean hasSmartReceiptUrl()
Checks whether the 'smartReceiptUrl' field has been set, however the value could be null
Link copied to clipboard
public boolean hasSupportEmail()
Checks whether the 'supportEmail' field has been set, however the value could be null
Link copied to clipboard
public boolean hasSupportPhone()
Checks whether the 'supportPhone' field has been set, however the value could be null
Link copied to clipboard
public boolean hasSupportPhoneHours()
Checks whether the 'supportPhoneHours' field has been set, however the value could be null
Link copied to clipboard
public boolean hasSupportUrl()
Checks whether the 'supportUrl' field has been set, however the value could be null
Link copied to clipboard
public boolean hasTagline()
Checks whether the 'tagline' field has been set, however the value could be null
Link copied to clipboard
public boolean hasVideoUrl()
Checks whether the 'videoUrl' field has been set, however the value could be null
Link copied to clipboard
public boolean isNotEmptyBenefits()
Checks whether the 'benefits' field is set and is not null and is not empty
Link copied to clipboard
public boolean isNotNullApp()
Checks whether the 'app' field is set and is not null
Link copied to clipboard
public boolean isNotNullBenefits()
Checks whether the 'benefits' field is set and is not null
Link copied to clipboard
public boolean isNotNullDescription()
Checks whether the 'description' field is set and is not null
Link copied to clipboard
public boolean isNotNullEula()
Checks whether the 'eula' field is set and is not null
Link copied to clipboard
public boolean isNotNullFilenameBanner()
Checks whether the 'filenameBanner' field is set and is not null
Link copied to clipboard
public boolean isNotNullFilenameCover()
Checks whether the 'filenameCover' field is set and is not null
Link copied to clipboard
public boolean isNotNullFilenameIcon()
Checks whether the 'filenameIcon' field is set and is not null
Link copied to clipboard
public boolean isNotNullFilenameIconLarge()
Checks whether the 'filenameIconLarge' field is set and is not null
Link copied to clipboard
public boolean isNotNullFilenameIconSmall()
Checks whether the 'filenameIconSmall' field is set and is not null
Link copied to clipboard
public boolean isNotNullId()
Checks whether the 'id' field is set and is not null
Link copied to clipboard
public boolean isNotNullLinkLabel()
Checks whether the 'linkLabel' field is set and is not null
Link copied to clipboard
public boolean isNotNullLocale()
Checks whether the 'locale' field is set and is not null
Link copied to clipboard
public boolean isNotNullName()
Checks whether the 'name' field is set and is not null
Link copied to clipboard
public boolean isNotNullPrivacyPolicy()
Checks whether the 'privacyPolicy' field is set and is not null
Link copied to clipboard
public boolean isNotNullSmartReceiptText()
Checks whether the 'smartReceiptText' field is set and is not null
Link copied to clipboard
public boolean isNotNullSmartReceiptUrl()
Checks whether the 'smartReceiptUrl' field is set and is not null
Link copied to clipboard
public boolean isNotNullSupportEmail()
Checks whether the 'supportEmail' field is set and is not null
Link copied to clipboard
public boolean isNotNullSupportPhone()
Checks whether the 'supportPhone' field is set and is not null
Link copied to clipboard
public boolean isNotNullSupportPhoneHours()
Checks whether the 'supportPhoneHours' field is set and is not null
Link copied to clipboard
public boolean isNotNullSupportUrl()
Checks whether the 'supportUrl' field is set and is not null
Link copied to clipboard
public boolean isNotNullTagline()
Checks whether the 'tagline' field is set and is not null
Link copied to clipboard
public boolean isNotNullVideoUrl()
Checks whether the 'videoUrl' field is set and is not null
Link copied to clipboard
public void mergeChanges(AppLocale src)
Copy all the changed fields from the given source to this instance.
Link copied to clipboard
public void resetChangeLog()
Reset the log of changes made to this instance, calling copyChanges() after this would return an empty instance.
Link copied to clipboard
public AppLocale setApp(Reference app)
Sets the field 'app'.
Link copied to clipboard
public AppLocale setBenefits(List<String> benefits)
Sets the field 'benefits'.
Link copied to clipboard
public AppLocale setDescription(String description)
Sets the field 'description'.
Link copied to clipboard
public AppLocale setEula(String eula)
Sets the field 'eula'.
Link copied to clipboard
public AppLocale setFilenameBanner(String filenameBanner)
Sets the field 'filenameBanner'.
Link copied to clipboard
public AppLocale setFilenameCover(String filenameCover)
Sets the field 'filenameCover'.
Link copied to clipboard
public AppLocale setFilenameIcon(String filenameIcon)
Sets the field 'filenameIcon'.
Link copied to clipboard
public AppLocale setFilenameIconLarge(String filenameIconLarge)
Sets the field 'filenameIconLarge'.
Link copied to clipboard
public AppLocale setFilenameIconSmall(String filenameIconSmall)
Sets the field 'filenameIconSmall'.
Link copied to clipboard
public AppLocale setId(String id)
Sets the field 'id'.
Link copied to clipboard
public AppLocale setLinkLabel(String linkLabel)
Sets the field 'linkLabel'.
Link copied to clipboard
public AppLocale setLocale(String locale)
Sets the field 'locale'.
Link copied to clipboard
public AppLocale setName(String name)
Sets the field 'name'.
Link copied to clipboard
public AppLocale setPrivacyPolicy(String privacyPolicy)
Sets the field 'privacyPolicy'.
Link copied to clipboard
public AppLocale setSmartReceiptText(String smartReceiptText)
Sets the field 'smartReceiptText'.
Link copied to clipboard
public AppLocale setSmartReceiptUrl(String smartReceiptUrl)
Sets the field 'smartReceiptUrl'.
Link copied to clipboard
public AppLocale setSupportEmail(String supportEmail)
Sets the field 'supportEmail'.
Link copied to clipboard
public AppLocale setSupportPhone(String supportPhone)
Sets the field 'supportPhone'.
Link copied to clipboard
public AppLocale setSupportPhoneHours(String supportPhoneHours)
Sets the field 'supportPhoneHours'.
Link copied to clipboard
public AppLocale setSupportUrl(String supportUrl)
Sets the field 'supportUrl'.
Link copied to clipboard
public AppLocale setTagline(String tagline)
Sets the field 'tagline'.
Link copied to clipboard
public AppLocale setVideoUrl(String videoUrl)
Sets the field 'videoUrl'.
Link copied to clipboard
public final String toString()
Link copied to clipboard
public void validate()
Link copied to clipboard
public abstract void writeToParcel(Parcel p, int p1)
public final void writeToParcel(Parcel dest, int flags)