Class MatchInfo

  • All Implemented Interfaces:
    android.os.Parcelable

    @Serializable() 
    public final class MatchInfo
     implements Parcelable
                        

    Represents the information of a match. It contains the name, type, and the date when it was matched.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getName() The name of the match.
      final Integer getType() The type of the match.
      final Long getMatchedAt() The date when the match was made.
      final String getMarker()
      • Methods inherited from class android.os.Parcelable

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait