Class ValidateGameRequest


  • public final class ValidateGameRequest
    extends java.lang.Object
    • Method Detail

      • getDisplayName

        public java.lang.String getDisplayName()
        Returns:
        Represent a resource's readable display name.
      • getNameId

        public java.lang.String getNameId()
        Returns:
        A human readable short identifier used to references resources. Different than a rivet.common#Uuid because this is intended to be human readable. Different than rivet.common#DisplayName because this should not include special characters and be short.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object