Package sh.ory.model
Class SelfServiceFlowExpiredError
java.lang.Object
sh.ory.model.SelfServiceFlowExpiredError
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class SelfServiceFlowExpiredError extends Object
Is sent when a flow is expired
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CODEstatic StringSERIALIZED_NAME_DEBUGstatic StringSERIALIZED_NAME_DETAILSstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_MESSAGEstatic StringSERIALIZED_NAME_REASONstatic StringSERIALIZED_NAME_REQUESTstatic StringSERIALIZED_NAME_SINCEstatic StringSERIALIZED_NAME_STATUSstatic StringSERIALIZED_NAME_USE_FLOW_ID -
Constructor Summary
Constructors Constructor Description SelfServiceFlowExpiredError() -
Method Summary
Modifier and Type Method Description SelfServiceFlowExpiredErrorcode(Long code)SelfServiceFlowExpiredErrordebug(String debug)SelfServiceFlowExpiredErrordetails(Map<String,Object> details)booleanequals(Object o)LonggetCode()The status codeStringgetDebug()Debug information This field is often not exposed to protect against leaking sensitive information.Map<String,Object>getDetails()Further error detailsStringgetId()The error ID Useful when trying to identify various errors in application logic.StringgetMessage()Error message The error's message.StringgetReason()A human-readable reason for the errorStringgetRequest()The request ID The request ID is often exposed internally in order to trace errors across service architectures.LonggetSince()A Duration represents the elapsed time between two instants as an int64 nanosecond count.StringgetStatus()The status descriptionUUIDgetUseFlowId()Get useFlowIdinthashCode()SelfServiceFlowExpiredErrorid(String id)SelfServiceFlowExpiredErrormessage(String message)SelfServiceFlowExpiredErrorputDetailsItem(String key, Object detailsItem)SelfServiceFlowExpiredErrorreason(String reason)SelfServiceFlowExpiredErrorrequest(String request)voidsetCode(Long code)voidsetDebug(String debug)voidsetDetails(Map<String,Object> details)voidsetId(String id)voidsetMessage(String message)voidsetReason(String reason)voidsetRequest(String request)voidsetSince(Long since)voidsetStatus(String status)voidsetUseFlowId(UUID useFlowId)SelfServiceFlowExpiredErrorsince(Long since)SelfServiceFlowExpiredErrorstatus(String status)StringtoString()SelfServiceFlowExpiredErroruseFlowId(UUID useFlowId)
-
Field Details
-
SERIALIZED_NAME_CODE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DEBUG
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DETAILS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MESSAGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REASON
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REQUEST
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SINCE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATUS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_USE_FLOW_ID
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SelfServiceFlowExpiredError
public SelfServiceFlowExpiredError()
-
-
Method Details
-
code
-
getCode
The status code- Returns:
- code
-
setCode
-
debug
-
getDebug
Debug information This field is often not exposed to protect against leaking sensitive information.- Returns:
- debug
-
setDebug
-
details
-
putDetailsItem
-
getDetails
Further error details- Returns:
- details
-
setDetails
-
id
-
getId
The error ID Useful when trying to identify various errors in application logic.- Returns:
- id
-
setId
-
message
-
getMessage
Error message The error's message.- Returns:
- message
-
setMessage
-
reason
-
getReason
A human-readable reason for the error- Returns:
- reason
-
setReason
-
request
-
getRequest
The request ID The request ID is often exposed internally in order to trace errors across service architectures. This is often a UUID.- Returns:
- request
-
setRequest
-
since
-
getSince
A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.- Returns:
- since
-
setSince
-
status
-
getStatus
The status description- Returns:
- status
-
setStatus
-
useFlowId
-
getUseFlowId
Get useFlowId- Returns:
- useFlowId
-
setUseFlowId
-
equals
-
hashCode
public int hashCode() -
toString
-