Package model
Class InstrumentUpdates
java.lang.Object
model.InstrumentUpdates
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-23T17:48:42.867219-07:00[America/Los_Angeles]")
public class InstrumentUpdates
extends Object
InstrumentUpdates
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedAt(OffsetDateTime createdAt) booleanstatic InstrumentUpdatesCreate an instance of InstrumentUpdates given an JSON stringTimestamp of when the object was created.getId()The ID of the `instrument_updates` resource.getLinks()Get linksThe `Merchant` ID associated with the `instrument_updates`.getState()The status of the `instrument_updates` resource and update request.Timestamp of when the object was last updated.inthashCode()links(DisputeEvidenceLinks links) voidsetCreatedAt(OffsetDateTime createdAt) voidvoidsetLinks(DisputeEvidenceLinks links) voidsetMerchant(String merchant) voidvoidsetUpdatedAt(OffsetDateTime updatedAt) toJson()Convert an instance of InstrumentUpdates 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_ID
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
SERIALIZED_NAME_UPDATED_AT
- See Also:
-
SERIALIZED_NAME_MERCHANT
- See Also:
-
SERIALIZED_NAME_STATE
- See Also:
-
SERIALIZED_NAME_LINKS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
InstrumentUpdates
public InstrumentUpdates()
-
-
Method Details
-
id
-
getId
The ID of the `instrument_updates` resource.- 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
-
merchant
-
getMerchant
The `Merchant` ID associated with the `instrument_updates`.- Returns:
- merchant
-
setMerchant
-
state
-
getState
The status of the `instrument_updates` resource and update request.- Returns:
- state
-
setState
-
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 InstrumentUpdates
-
fromJson
Create an instance of InstrumentUpdates given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of InstrumentUpdates
- Throws:
IOException- if the JSON string is invalid with respect to InstrumentUpdates
-
toJson
Convert an instance of InstrumentUpdates to an JSON string- Returns:
- JSON string
-