Class BrandRegistration

    • Method Detail

      • fromJson

        public static BrandRegistration fromJson​(String json,
                                                 com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON String into a BrandRegistration object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON String
        objectMapper - Jackson ObjectMapper
        Returns:
        BrandRegistration object represented by the provided JSON
      • fromJson

        public static BrandRegistration fromJson​(InputStream json,
                                                 com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON InputStream into a BrandRegistration object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON InputStream
        objectMapper - Jackson ObjectMapper
        Returns:
        BrandRegistration object represented by the provided JSON
      • getSid

        public final String getSid()
      • getAccountSid

        public final String getAccountSid()
      • getCustomerProfileBundleSid

        public final String getCustomerProfileBundleSid()
      • getA2pProfileBundleSid

        public final String getA2pProfileBundleSid()
      • getBrandType

        public final String getBrandType()
      • getTcrId

        public final String getTcrId()
      • getFailureReason

        public final String getFailureReason()
      • getUrl

        public final URI getUrl()
      • getBrandScore

        public final Integer getBrandScore()
      • getRussell3000

        public final Boolean getRussell3000()
      • getGovernmentEntity

        public final Boolean getGovernmentEntity()
      • getTaxExemptStatus

        public final String getTaxExemptStatus()
      • getSkipAutomaticSecVet

        public final Boolean getSkipAutomaticSecVet()
      • getMock

        public final Boolean getMock()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object