Class SellerAccountResponse

java.lang.Object
org.oxerr.stubhub.client.model.SellerAccountResponse
All Implemented Interfaces:
Serializable

public class SellerAccountResponse extends Object implements Serializable
See Also:
  • Constructor Details

    • SellerAccountResponse

      public SellerAccountResponse()
  • Method Details

    • getSellerAccountId

      public UUID getSellerAccountId()
    • setSellerAccountId

      public void setSellerAccountId(UUID sellerAccountId)
    • getSellerAccountName

      public String getSellerAccountName()
    • setSellerAccountName

      public void setSellerAccountName(String sellerAccountName)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object