Class TooManyRequestsResponseType


  • public class TooManyRequestsResponseType
    extends Object
    The TooManyRequestsResponseType model.
    • Constructor Detail

      • TooManyRequestsResponseType

        public TooManyRequestsResponseType()
    • Method Detail

      • statusCode

        public Integer statusCode()
        Get the statusCode value.
        Returns:
        the statusCode value
      • withStatusCode

        public TooManyRequestsResponseType withStatusCode​(Integer statusCode)
        Set the statusCode value.
        Parameters:
        statusCode - the statusCode value to set
        Returns:
        the TooManyRequestsResponseType object itself.
      • message

        public String message()
        Get the message value.
        Returns:
        the message value
      • withMessage

        public TooManyRequestsResponseType withMessage​(String message)
        Set the message value.
        Parameters:
        message - the message value to set
        Returns:
        the TooManyRequestsResponseType object itself.