Package model
Class Processor
java.lang.Object
model.Processor
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class Processor
extends Object
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplication(String application) applicationConfig(ProcessorApplicationConfig applicationConfig) createdAt(OffsetDateTime createdAt) defaultMerchantProfile(String defaultMerchantProfile) booleanstatic ProcessorCreate an instance of Processor given an JSON stringThe ID of the `Application` resource.Get applicationConfigGet configTimestamp of when the object was created.The ID of the resource.Details if the `Processor` resource is enabled.getId()ID of the `Processor` resource.getLinks()Get linksThe name of the processor.Get systemConfigTimestamp of when the object was last updated.inthashCode()links(ProcessorLinks links) voidsetApplication(String application) voidsetApplicationConfig(ProcessorApplicationConfig applicationConfig) voidvoidsetCreatedAt(OffsetDateTime createdAt) voidsetDefaultMerchantProfile(String defaultMerchantProfile) voidsetEnabled(Boolean enabled) voidvoidsetLinks(ProcessorLinks links) voidsetProcessor(String processor) voidsetSystemConfig(ProcessorSystemConfig systemConfig) voidsetUpdatedAt(OffsetDateTime updatedAt) systemConfig(ProcessorSystemConfig systemConfig) toJson()Convert an instance of Processor 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_APPLICATION
- See Also:
-
SERIALIZED_NAME_APPLICATION_CONFIG
- See Also:
-
SERIALIZED_NAME_CONFIG
- See Also:
-
SERIALIZED_NAME_DEFAULT_MERCHANT_PROFILE
- See Also:
-
SERIALIZED_NAME_ENABLED
- See Also:
-
SERIALIZED_NAME_PROCESSOR
- See Also:
-
SERIALIZED_NAME_SYSTEM_CONFIG
- See Also:
-
SERIALIZED_NAME_LINKS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Processor
public Processor()
-
-
Method Details
-
id
-
getId
ID of the `Processor` 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
-
application
-
getApplication
The ID of the `Application` resource.- Returns:
- application
-
setApplication
-
applicationConfig
-
getApplicationConfig
Get applicationConfig- Returns:
- applicationConfig
-
setApplicationConfig
-
config
-
getConfig
Get config- Returns:
- config
-
setConfig
-
defaultMerchantProfile
-
getDefaultMerchantProfile
The ID of the resource.- Returns:
- defaultMerchantProfile
-
setDefaultMerchantProfile
-
enabled
-
getEnabled
Details if the `Processor` resource is enabled. Set to **false** to disable the `Processor`.- Returns:
- enabled
-
setEnabled
-
processor
-
getProcessor
The name of the processor.- Returns:
- processor
-
setProcessor
-
systemConfig
-
getSystemConfig
Get systemConfig- Returns:
- systemConfig
-
setSystemConfig
-
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 Processor
-
fromJson
Create an instance of Processor given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Processor
- Throws:
IOException- if the JSON string is invalid with respect to Processor
-
toJson
Convert an instance of Processor to an JSON string- Returns:
- JSON string
-