Class ClientAssociation


  • public class ClientAssociation
    extends java.lang.Object
    ClientAssociation
    • Field Detail

      • JSON_PROPERTY_TYPE

        public static final java.lang.String JSON_PROPERTY_TYPE
        See Also:
        Constant Field Values
      • JSON_PROPERTY_CLIENT_ID

        public static final java.lang.String JSON_PROPERTY_CLIENT_ID
        See Also:
        Constant Field Values
    • Constructor Detail

      • ClientAssociation

        public ClientAssociation()
    • Method Detail

      • getType

        @Nullable
        public ClientType getType()
        Get type
        Returns:
        type
      • setType

        public void setType​(ClientType type)
      • getClientId

        @Nullable
        public java.lang.String getClientId()
        The id of the client being referenced.
        Returns:
        clientId
      • setClientId

        public void setClientId​(java.lang.String clientId)
      • equals

        public boolean equals​(java.lang.Object o)
        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