Class TooManyRequestsResponseType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.TooManyRequestsResponseType
-
public class TooManyRequestsResponseType extends Object
The TooManyRequestsResponseType model.
-
-
Constructor Summary
Constructors Constructor Description TooManyRequestsResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringmessage()Get the message value.IntegerstatusCode()Get the statusCode value.TooManyRequestsResponseTypewithMessage(String message)Set the message value.TooManyRequestsResponseTypewithStatusCode(Integer statusCode)Set the statusCode value.
-
-
-
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.
-
-