Class Event


  • public class Event
    extends java.lang.Object
    Represents 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)  
    • Constructor Detail

      • Event

        public Event​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver.CMsgClientClanState.Event clanEvent)
    • 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.
      • getGameID

        public GameID getGameID()
        Returns:
        the GameID associated with this event, if any.
      • isJustPosted

        public boolean isJustPosted()
        Gets a value indicating whether this event was just posted.
        Returns:
        true if the event was just posted; otherwise, false.