Class UsAppToPerson

    • Method Detail

      • fromJson

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

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

        public final String getSid()
      • getAccountSid

        public final String getAccountSid()
      • getBrandRegistrationSid

        public final String getBrandRegistrationSid()
      • getMessagingServiceSid

        public final String getMessagingServiceSid()
      • getDescription

        public final String getDescription()
      • getMessageSamples

        public final List<String> getMessageSamples()
      • getUsAppToPersonUsecase

        public final String getUsAppToPersonUsecase()
      • getHasEmbeddedLinks

        public final Boolean getHasEmbeddedLinks()
      • getHasEmbeddedPhone

        public final Boolean getHasEmbeddedPhone()
      • getCampaignStatus

        public final String getCampaignStatus()
      • getCampaignId

        public final String getCampaignId()
      • getIsExternallyRegistered

        public final Boolean getIsExternallyRegistered()
      • getMessageFlow

        public final String getMessageFlow()
      • getOptInMessage

        public final String getOptInMessage()
      • getOptOutMessage

        public final String getOptOutMessage()
      • getHelpMessage

        public final String getHelpMessage()
      • getOptInKeywords

        public final List<String> getOptInKeywords()
      • getOptOutKeywords

        public final List<String> getOptOutKeywords()
      • getHelpKeywords

        public final List<String> getHelpKeywords()
      • getUrl

        public final URI getUrl()
      • getMock

        public final Boolean getMock()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object