Package ai.reveng.model
Class QueuedSecurityChecksTaskResponse
java.lang.Object
ai.reveng.model.QueuedSecurityChecksTaskResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class QueuedSecurityChecksTaskResponse
extends Object
QueuedSecurityChecksTaskResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of QueuedSecurityChecksTaskResponse given an JSON stringGet taskIdinthashCode()voidtoJson()Convert an instance of QueuedSecurityChecksTaskResponse to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_TASK_ID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
QueuedSecurityChecksTaskResponse
public QueuedSecurityChecksTaskResponse()
-
-
Method Details
-
taskId
-
getTaskId
Get taskId- Returns:
- taskId
-
setTaskId
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to QueuedSecurityChecksTaskResponse
-
fromJson
Create an instance of QueuedSecurityChecksTaskResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of QueuedSecurityChecksTaskResponse
- Throws:
IOException- if the JSON string is invalid with respect to QueuedSecurityChecksTaskResponse
-
toJson
Convert an instance of QueuedSecurityChecksTaskResponse to an JSON string- Returns:
- JSON string
-