Package model

Class RiskProfile

java.lang.Object
model.RiskProfile

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

  • Constructor Details

    • RiskProfile

      public RiskProfile()
  • Method Details

    • tags

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

      public RiskProfile 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 RiskProfile id(String id)
    • getId

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

      public void setId(String id)
    • createdAt

      public RiskProfile 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 RiskProfile 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 RiskProfile application(String application)
    • getApplication

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

      public void setApplication(String application)
    • avsFailureAllowed

      public RiskProfile avsFailureAllowed(Boolean avsFailureAllowed)
    • getAvsFailureAllowed

      @Nullable public Boolean getAvsFailureAllowed()
      Get avsFailureAllowed
      Returns:
      avsFailureAllowed
    • setAvsFailureAllowed

      public void setAvsFailureAllowed(Boolean avsFailureAllowed)
    • cscFailureAllowed

      public RiskProfile cscFailureAllowed(Boolean cscFailureAllowed)
    • getCscFailureAllowed

      @Nullable public Boolean getCscFailureAllowed()
      Get cscFailureAllowed
      Returns:
      cscFailureAllowed
    • setCscFailureAllowed

      public void setCscFailureAllowed(Boolean cscFailureAllowed)
    • links

      public RiskProfile links(RiskProfileLinks links)
    • getLinks

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

      public void setLinks(RiskProfileLinks 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 RiskProfile
    • fromJson

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

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