Class Event
- java.lang.Object
-
- in.dragonbra.javasteam.steam.handlers.steamfriends.Event
-
public class Event extends java.lang.ObjectRepresents an event or announcement that was posted by a clan.
-
-
Constructor Summary
Constructors Constructor Description Event(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver.CMsgClientClanState.Event clanEvent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetEventTime()GameIDgetGameID()java.lang.StringgetHeadline()GlobalIDgetId()booleanisJustPosted()Gets a value indicating whether this event was just posted.
-
-
-
Method Detail
-
getId
public GlobalID getId()
- Returns:
- the globally unique ID for this specific event.
-
getEventTime
public java.util.Date getEventTime()
- Returns:
- the event time.
-
getHeadline
public java.lang.String getHeadline()
- Returns:
- the headline of the event.
-
isJustPosted
public boolean isJustPosted()
Gets a value indicating whether this event was just posted.- Returns:
- true if the event was just posted; otherwise, false.
-
-