Class ApiCredentialLinks


  • public class ApiCredentialLinks
    extends Object
    ApiCredentialLinks
    • Constructor Detail

      • ApiCredentialLinks

        public ApiCredentialLinks()
    • Method Detail

      • getAllowedOrigins

        public LinksElement getAllowedOrigins()
        Get allowedOrigins
        Returns:
        allowedOrigins
      • setAllowedOrigins

        public void setAllowedOrigins​(LinksElement allowedOrigins)
        allowedOrigins
        Parameters:
        allowedOrigins -
      • getCompany

        public LinksElement getCompany()
        Get company
        Returns:
        company
      • setCompany

        public void setCompany​(LinksElement company)
        company
        Parameters:
        company -
      • getGenerateApiKey

        public LinksElement getGenerateApiKey()
        Get generateApiKey
        Returns:
        generateApiKey
      • setGenerateApiKey

        public void setGenerateApiKey​(LinksElement generateApiKey)
        generateApiKey
        Parameters:
        generateApiKey -
      • getGenerateClientKey

        public LinksElement getGenerateClientKey()
        Get generateClientKey
        Returns:
        generateClientKey
      • setGenerateClientKey

        public void setGenerateClientKey​(LinksElement generateClientKey)
        generateClientKey
        Parameters:
        generateClientKey -
      • getMerchant

        public LinksElement getMerchant()
        Get merchant
        Returns:
        merchant
      • setMerchant

        public void setMerchant​(LinksElement merchant)
        merchant
        Parameters:
        merchant -
      • getSelf

        public LinksElement getSelf()
        Get self
        Returns:
        self
      • setSelf

        public void setSelf​(LinksElement self)
        self
        Parameters:
        self -
      • equals

        public boolean equals​(Object o)
        Return true if this ApiCredentialLinks object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

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

        public static ApiCredentialLinks fromJson​(String jsonString)
                                           throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of ApiCredentialLinks given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of ApiCredentialLinks
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to ApiCredentialLinks
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of ApiCredentialLinks to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException