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
  • Field Details

  • Constructor Details

    • Processor

      public Processor()
  • Method Details

    • id

      public Processor id(String id)
    • getId

      @Nullable public String getId()
      ID of the `Processor` resource.
      Returns:
      id
    • setId

      public void setId(String id)
    • createdAt

      public Processor createdAt(OffsetDateTime createdAt)
    • getCreatedAt

      @Nullable public OffsetDateTime getCreatedAt()
      Timestamp of when the object was created.
      Returns:
      createdAt
    • setCreatedAt

      public void setCreatedAt(OffsetDateTime createdAt)
    • updatedAt

      public Processor updatedAt(OffsetDateTime updatedAt)
    • getUpdatedAt

      @Nullable public OffsetDateTime getUpdatedAt()
      Timestamp of when the object was last updated.
      Returns:
      updatedAt
    • setUpdatedAt

      public void setUpdatedAt(OffsetDateTime updatedAt)
    • application

      public Processor application(String application)
    • getApplication

      @Nullable public String getApplication()
      The ID of the `Application` resource.
      Returns:
      application
    • setApplication

      public void setApplication(String application)
    • applicationConfig

      public Processor applicationConfig(ProcessorApplicationConfig applicationConfig)
    • getApplicationConfig

      @Nullable public ProcessorApplicationConfig getApplicationConfig()
      Get applicationConfig
      Returns:
      applicationConfig
    • setApplicationConfig

      public void setApplicationConfig(ProcessorApplicationConfig applicationConfig)
    • config

      public Processor config(Object config)
    • getConfig

      @Nullable public Object getConfig()
      Get config
      Returns:
      config
    • setConfig

      public void setConfig(Object config)
    • defaultMerchantProfile

      public Processor defaultMerchantProfile(String defaultMerchantProfile)
    • getDefaultMerchantProfile

      @Nullable public String getDefaultMerchantProfile()
      The ID of the resource.
      Returns:
      defaultMerchantProfile
    • setDefaultMerchantProfile

      public void setDefaultMerchantProfile(String defaultMerchantProfile)
    • enabled

      public Processor enabled(Boolean enabled)
    • getEnabled

      @Nullable public Boolean getEnabled()
      Details if the `Processor` resource is enabled. Set to **false** to disable the `Processor`.
      Returns:
      enabled
    • setEnabled

      public void setEnabled(Boolean enabled)
    • processor

      public Processor processor(String processor)
    • getProcessor

      @Nullable public String getProcessor()
      The name of the processor.
      Returns:
      processor
    • setProcessor

      public void setProcessor(String processor)
    • systemConfig

      public Processor systemConfig(ProcessorSystemConfig systemConfig)
    • getSystemConfig

      @Nullable public ProcessorSystemConfig getSystemConfig()
      Get systemConfig
      Returns:
      systemConfig
    • setSystemConfig

      public void setSystemConfig(ProcessorSystemConfig systemConfig)
    • links

      public Processor links(ProcessorLinks links)
    • getLinks

      @Nullable public ProcessorLinks getLinks()
      Get links
      Returns:
      links
    • setLinks

      public void setLinks(ProcessorLinks links)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonObject

      public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
      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

      public static Processor fromJson(String jsonString) throws IOException
      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

      public String toJson()
      Convert an instance of Processor to an JSON string
      Returns:
      JSON string