-
- All Implemented Interfaces:
-
android.os.Parcelable
,com.meniga.sdk.models.feed.MenigaFeedItem
,java.io.Serializable
public class BaseMenigaFeedItem implements MenigaFeedItem, Serializable, Parcelable
Copyright 2017 Meniga Iceland Inc. Created by agustk on 14.3.2018.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<BaseMenigaFeedItem>
CREATOR
-
Constructor Summary
Constructors Constructor Description BaseMenigaFeedItem(String data)
-
Method Summary
Modifier and Type Method Description MenigaFeedItem
clone()
DateTime
getDate()
String
getEventTypeIdentifier()
String
getTopicName()
boolean
equals(Object o)
int
hashCode()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
-
-
Constructor Detail
-
BaseMenigaFeedItem
BaseMenigaFeedItem(String data)
-
-
Method Detail
-
clone
MenigaFeedItem clone()
-
getDate
DateTime getDate()
-
getEventTypeIdentifier
String getEventTypeIdentifier()
-
getTopicName
String getTopicName()
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-