Package com.redhat.parodos.sdk.model
Class AccessStatusResponseDTO
java.lang.Object
com.redhat.parodos.sdk.model.AccessStatusResponseDTO
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class AccessStatusResponseDTO
extends Object
AccessStatusResponseDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumGets or Sets status -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessRequestId(UUID accessRequestId) booleanstatic AccessStatusResponseDTOCreate an instance of AccessStatusResponseDTO given an JSON stringGet accessRequestIdGet statusinthashCode()voidsetAccessRequestId(UUID accessRequestId) voidtoJson()Convert an instance of AccessStatusResponseDTO to an JSON stringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_ACCESS_REQUEST_ID
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
AccessStatusResponseDTO
public AccessStatusResponseDTO()
-
-
Method Details
-
accessRequestId
-
getAccessRequestId
Get accessRequestId- Returns:
- accessRequestId
-
setAccessRequestId
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
Validates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to AccessStatusResponseDTO
-
fromJson
Create an instance of AccessStatusResponseDTO given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AccessStatusResponseDTO
- Throws:
IOException- if the JSON string is invalid with respect to AccessStatusResponseDTO
-
toJson
Convert an instance of AccessStatusResponseDTO to an JSON string- Returns:
- JSON string
-