Class RemoveUserProductsResponse


  • public class RemoveUserProductsResponse
    extends Object
    RemoveUserProductsResponse.
    • Constructor Detail

      • RemoveUserProductsResponse

        public RemoveUserProductsResponse()
    • Method Detail

      • isIsSuccess

        public Boolean isIsSuccess()
        Get isSuccess.
        Returns:
        isSuccess
      • setIsSuccess

        public void setIsSuccess​(Boolean isSuccess)
        setIsSuccess.
      • getUserEmail

        public String getUserEmail()
        Get userEmail.
        Returns:
        userEmail
      • setUserEmail

        public void setUserEmail​(String userEmail)
        setUserEmail.
      • getUserId

        public UUID getUserId()
        Get userId.
        Returns:
        userId
      • setUserId

        public void setUserId​(UUID userId)
        setUserId.
      • putUserProductResultsItem

        public RemoveUserProductsResponse putUserProductResultsItem​(String key,
                                                                    String userProductResultsItem)
        putUserProductResultsItem.
        Returns:
        RemoveUserProductsResponse
      • getUserProductResults

        public Map<String,​String> getUserProductResults()
        Get userProductResults.
        Returns:
        userProductResults
      • setUserProductResults

        public void setUserProductResults​(Map<String,​String> userProductResults)
        setUserProductResults.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object