Class AppConfigModel

java.lang.Object
com.moesif.api.models.AppConfigModel
All Implemented Interfaces:
Serializable

public class AppConfigModel extends Object implements Serializable
See Also:
  • Constructor Details

    • AppConfigModel

      public AppConfigModel()
  • Method Details

    • 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
    • getUserRules

      public Map<String,List<EntityRuleModel>> getUserRules()
    • setUserRules

      public void setUserRules(Map<String,List<EntityRuleModel>> userRules)
    • getCompanyRules

      public Map<String,List<EntityRuleModel>> getCompanyRules()
    • setCompanyRules

      public void setCompanyRules(Map<String,List<EntityRuleModel>> companyRules)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getRegex_config

      public List<RegexConfigModel> getRegex_config()
    • setRegex_config

      public void setRegex_config(List<RegexConfigModel> regex_config)