Package model
Class ReviewQueueItem
java.lang.Object
model.ReviewQueueItem
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class ReviewQueueItem
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumGets or Sets entityTypestatic enumGets or Sets outcomestatic enumGets or Sets processorTypestatic enumGets or Sets reviewType -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplication(String application) completedAt(OffsetDateTime completedAt) createdAt(OffsetDateTime createdAt) entityType(ReviewQueueItem.EntityTypeEnum entityType) booleanstatic ReviewQueueItemCreate an instance of ReviewQueueItem given an JSON stringThe ID of the resource.Get completedAtTimestamp of when the object was created.The ID of the resource.Get entityTypegetId()Get idgetLinks()Get linksGet outcomeGet processorTypeGet reviewedByGet reviewTypegetTags()Key value pair for annotating custom meta data (e.g.Timestamp of when the object was last updated.inthashCode()links(ReviewQueueItemLinks links) outcome(ReviewQueueItem.OutcomeEnum outcome) processorType(ReviewQueueItem.ProcessorTypeEnum processorType) putTagsItem(String key, String tagsItem) reviewedBy(String reviewedBy) reviewType(ReviewQueueItem.ReviewTypeEnum reviewType) voidsetApplication(String application) voidsetCompletedAt(OffsetDateTime completedAt) voidsetCreatedAt(OffsetDateTime createdAt) voidsetEntityId(String entityId) voidsetEntityType(ReviewQueueItem.EntityTypeEnum entityType) voidvoidsetLinks(ReviewQueueItemLinks links) voidsetOutcome(ReviewQueueItem.OutcomeEnum outcome) voidsetProcessorType(ReviewQueueItem.ProcessorTypeEnum processorType) voidsetReviewedBy(String reviewedBy) voidsetReviewType(ReviewQueueItem.ReviewTypeEnum reviewType) voidvoidsetUpdatedAt(OffsetDateTime updatedAt) toJson()Convert an instance of ReviewQueueItem to an JSON stringtoString()updatedAt(OffsetDateTime updatedAt) static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_TAGS
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
SERIALIZED_NAME_UPDATED_AT
- See Also:
-
SERIALIZED_NAME_APPLICATION
- See Also:
-
SERIALIZED_NAME_COMPLETED_AT
- See Also:
-
SERIALIZED_NAME_ENTITY_ID
- See Also:
-
SERIALIZED_NAME_ENTITY_TYPE
- See Also:
-
SERIALIZED_NAME_OUTCOME
- See Also:
-
SERIALIZED_NAME_PROCESSOR_TYPE
- See Also:
-
SERIALIZED_NAME_REVIEW_TYPE
- See Also:
-
SERIALIZED_NAME_REVIEWED_BY
- See Also:
-
SERIALIZED_NAME_LINKS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ReviewQueueItem
public ReviewQueueItem()
-
-
Method Details
-
tags
-
putTagsItem
-
getTags
Key value pair for annotating custom meta data (e.g. order numbers).- Returns:
- tags
-
setTags
-
id
-
getId
Get id- Returns:
- id
-
setId
-
createdAt
-
getCreatedAt
Timestamp of when the object was created.- Returns:
- createdAt
-
setCreatedAt
-
updatedAt
-
getUpdatedAt
Timestamp of when the object was last updated.- Returns:
- updatedAt
-
setUpdatedAt
-
application
-
getApplication
The ID of the resource.- Returns:
- application
-
setApplication
-
completedAt
-
getCompletedAt
Get completedAt- Returns:
- completedAt
-
setCompletedAt
-
entityId
-
getEntityId
The ID of the resource.- Returns:
- entityId
-
setEntityId
-
entityType
-
getEntityType
Get entityType- Returns:
- entityType
-
setEntityType
-
outcome
-
getOutcome
Get outcome- Returns:
- outcome
-
setOutcome
-
processorType
-
getProcessorType
Get processorType- Returns:
- processorType
-
setProcessorType
-
reviewType
-
getReviewType
Get reviewType- Returns:
- reviewType
-
setReviewType
-
reviewedBy
-
getReviewedBy
Get reviewedBy- Returns:
- reviewedBy
-
setReviewedBy
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
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 ReviewQueueItem
-
fromJson
Create an instance of ReviewQueueItem given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ReviewQueueItem
- Throws:
IOException- if the JSON string is invalid with respect to ReviewQueueItem
-
toJson
Convert an instance of ReviewQueueItem to an JSON string- Returns:
- JSON string
-