Package com.glideidentity.core
Class Types.ReportInvocationResponse
java.lang.Object
com.glideidentity.core.Types.ReportInvocationResponse
- Enclosing class:
Types
Response from reporting an authentication invocation.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for JSON deserialization.ReportInvocationResponse(boolean success) Creates a new ReportInvocationResponse with the specified success status. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether the invocation was recorded successfully.voidsetSuccess(boolean success)
-
Constructor Details
-
ReportInvocationResponse
public ReportInvocationResponse()Default constructor for JSON deserialization. -
ReportInvocationResponse
public ReportInvocationResponse(boolean success) Creates a new ReportInvocationResponse with the specified success status.- Parameters:
success- true if the invocation was recorded successfully, false otherwise
-
-
Method Details
-
isSuccess
public boolean isSuccess()Returns whether the invocation was recorded successfully.- Returns:
- true if the invocation was recorded, false otherwise
-
setSuccess
public void setSuccess(boolean success)
-