@Immutable @LevelUpApi(contract=PUBLIC) public final class CampaignRepresentationBasicV1 extends Object implements Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
CampaignRepresentationBasicV1.CampaignRepresentationBasicV1Builder |
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<CampaignRepresentationBasicV1> |
CREATOR
Implements the
Parcelable interface. |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
CampaignRepresentationBasicV1(String title,
String description) |
Modifier and Type | Method and Description |
---|---|
static CampaignRepresentationBasicV1.CampaignRepresentationBasicV1Builder |
builder() |
int |
describeContents() |
boolean |
equals(Object o) |
String |
getDescription()
The description of the campaign.
|
String |
getTitle()
The title of the campaign.
|
int |
hashCode() |
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<CampaignRepresentationBasicV1> CREATOR
Parcelable
interface.public int describeContents()
describeContents
in interface Parcelable
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable
public static CampaignRepresentationBasicV1.CampaignRepresentationBasicV1Builder builder()
public String getTitle()
public String getDescription()