Package model

Class Application

java.lang.Object
model.Application

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]") public class Application extends Object
Application
  • Field Details

  • Constructor Details

    • Application

      public Application()
  • Method Details

    • tags

      public Application tags(Map<String,String> tags)
    • putTagsItem

      public Application putTagsItem(String key, String tagsItem)
    • getTags

      @Nullable public Map<String,String> getTags()
      Key value pair for annotating custom meta data (e.g. order numbers).
      Returns:
      tags
    • setTags

      public void setTags(Map<String,String> tags)
    • id

      public Application id(String id)
    • getId

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

      public void setId(String id)
    • createdAt

      public Application createdAt(OffsetDateTime createdAt)
    • getCreatedAt

      @Nullable public OffsetDateTime getCreatedAt()
      Point in time when this object was created.
      Returns:
      createdAt
    • setCreatedAt

      public void setCreatedAt(OffsetDateTime createdAt)
    • updatedAt

      public Application updatedAt(OffsetDateTime updatedAt)
    • getUpdatedAt

      @Nullable public OffsetDateTime getUpdatedAt()
      Point in time when this object was most recently updated.
      Returns:
      updatedAt
    • setUpdatedAt

      public void setUpdatedAt(OffsetDateTime updatedAt)
    • cardCvvRequired

      public Application cardCvvRequired(Boolean cardCvvRequired)
    • getCardCvvRequired

      @Nullable public Boolean getCardCvvRequired()
      Details if the `Application` requires CVV code.
      Returns:
      cardCvvRequired
    • setCardCvvRequired

      public void setCardCvvRequired(Boolean cardCvvRequired)
    • cardExpirationDateRequired

      public Application cardExpirationDateRequired(Boolean cardExpirationDateRequired)
    • getCardExpirationDateRequired

      @Nullable public Boolean getCardExpirationDateRequired()
      Details if the `Application` requires the card's expiration date.
      Returns:
      cardExpirationDateRequired
    • setCardExpirationDateRequired

      public void setCardExpirationDateRequired(Boolean cardExpirationDateRequired)
    • creatingTransferFromReportEnabled

      public Application creatingTransferFromReportEnabled(Boolean creatingTransferFromReportEnabled)
    • getCreatingTransferFromReportEnabled

      @Nullable public Boolean getCreatingTransferFromReportEnabled()
      Details if the `Application` is automatically set to create `Transfers` once settlement reports get generated.
      Returns:
      creatingTransferFromReportEnabled
    • setCreatingTransferFromReportEnabled

      public void setCreatingTransferFromReportEnabled(Boolean creatingTransferFromReportEnabled)
    • enabled

      public Application enabled(Boolean enabled)
    • getEnabled

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

      public void setEnabled(Boolean enabled)
    • name

      public Application name(String name)
    • getName

      @Nullable public String getName()
      The name of the `Application`.
      Returns:
      name
    • setName

      public void setName(String name)
    • owner

      public Application owner(String owner)
    • getOwner

      @Nullable public String getOwner()
      ID of the `Identity` resource that created the `Application`.
      Returns:
      owner
    • setOwner

      public void setOwner(String owner)
    • processingEnabled

      public Application processingEnabled(Boolean processingEnabled)
    • getProcessingEnabled

      @Nullable public Boolean getProcessingEnabled()
      Details if transaction processing is enabled for the `Application`.
      Returns:
      processingEnabled
    • setProcessingEnabled

      public void setProcessingEnabled(Boolean processingEnabled)
    • settlementEnabled

      public Application settlementEnabled(Boolean settlementEnabled)
    • getSettlementEnabled

      @Nullable public Boolean getSettlementEnabled()
      Details if settlement processing is enabled for the `Application`.
      Returns:
      settlementEnabled
    • setSettlementEnabled

      public void setSettlementEnabled(Boolean settlementEnabled)
    • links

      public Application links(ApplicationLinks links)
    • getLinks

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

      public void setLinks(ApplicationLinks 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 Application
    • fromJson

      public static Application fromJson(String jsonString) throws IOException
      Create an instance of Application given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of Application
      Throws:
      IOException - if the JSON string is invalid with respect to Application
    • toJson

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