Package com.redhat.parodos.sdk.model
Class AccessStatusRequestDTO
java.lang.Object
com.redhat.parodos.sdk.model.AccessStatusRequestDTO
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class AccessStatusRequestDTO
extends Object
AccessStatusRequestDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumGets or Sets status -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic AccessStatusRequestDTOCreate an instance of AccessStatusRequestDTO given an JSON stringGet commentGet statusinthashCode()voidsetComment(String comment) voidtoJson()Convert an instance of AccessStatusRequestDTO 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_COMMENT
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
AccessStatusRequestDTO
public AccessStatusRequestDTO()
-
-
Method Details
-
comment
-
getComment
Get comment- Returns:
- comment
-
setComment
-
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 AccessStatusRequestDTO
-
fromJson
Create an instance of AccessStatusRequestDTO given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AccessStatusRequestDTO
- Throws:
IOException- if the JSON string is invalid with respect to AccessStatusRequestDTO
-
toJson
Convert an instance of AccessStatusRequestDTO to an JSON string- Returns:
- JSON string
-