Class AppConfigModel

    • Constructor Detail

      • AppConfigModel

        public AppConfigModel()
    • Method Detail

      • getOrgId

        public String getOrgId()
        GETTER Config's org_id string
        Returns:
        the value
      • setOrgId

        public void setOrgId​(String value)
        SETTER Config's org_id string
        Parameters:
        value - the value to set
      • getAppId

        public String getAppId()
        GETTER Config's app_id string
        Returns:
        the value
      • setAppId

        public void setAppId​(String value)
        SETTER Config's app_id string
        Parameters:
        value - the value to set
      • getSampleRate

        public int getSampleRate()
        GETTER Config's sample_rate string
        Returns:
        the value
      • setSampleRate

        public void setSampleRate​(int value)
        SETTER Config's sample_rate string
        Parameters:
        value - the value to set
      • getUserSampleRate

        public Map<String,​Integer> getUserSampleRate()
        GETTER Config's userSampleRate map
        Returns:
        the value
      • setUserSampleRate

        public void setUserSampleRate​(Map<String,​Integer> value)
        SETTER Config's userSampleRate map
        Parameters:
        value - the value to set
      • getCompanySampleRate

        public Map<String,​Integer> getCompanySampleRate()
        GETTER Config's userSampleRate map
        Returns:
        the value
      • setCompanySampleRate

        public void setCompanySampleRate​(Map<String,​Integer> value)
        SETTER Config's userSampleRate map
        Parameters:
        value - the value to set