-
- All Implemented Interfaces:
-
android.os.Parcelable
,com.meniga.sdk.models.feed.MenigaFeedItem
,java.io.Serializable
public class MenigaCustomEvent implements MenigaFeedItem, Parcelable, Serializable
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description protected DateTime
date
protected long
id
protected String
body
protected String
title
protected String
eventTypeIdentifier
protected String
topicName
public final static Parcelable.Creator<MenigaCustomEvent>
CREATOR
-
Method Summary
Modifier and Type Method Description MenigaFeedItem
clone()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
DateTime
getDate()
long
getId()
String
getBody()
String
getTitle()
String
getEventTypeIdentifier()
String
getTopicName()
-
-
Method Detail
-
clone
MenigaFeedItem clone()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getDate
DateTime getDate()
-
getId
long getId()
-
getEventTypeIdentifier
String getEventTypeIdentifier()
-
getTopicName
String getTopicName()
-
-
-
-