Package com.moesif.api.models
Class AppConfigModel
- java.lang.Object
-
- com.moesif.api.models.AppConfigModel
-
- All Implemented Interfaces:
Serializable
public class AppConfigModel extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AppConfigModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAppId()GETTER Config's app_id stringMap<String,List<EntityRuleModel>>getCompanyRules()Map<String,Integer>getCompanySampleRate()GETTER Config's userSampleRate mapStringgetOrgId()GETTER Config's org_id stringList<RegexConfigModel>getRegex_config()intgetSampleRate()GETTER Config's sample_rate stringMap<String,List<EntityRuleModel>>getUserRules()Map<String,Integer>getUserSampleRate()GETTER Config's userSampleRate mapvoidsetAppId(String value)SETTER Config's app_id stringvoidsetCompanyRules(Map<String,List<EntityRuleModel>> companyRules)voidsetCompanySampleRate(Map<String,Integer> value)SETTER Config's userSampleRate mapvoidsetOrgId(String value)SETTER Config's org_id stringvoidsetRegex_config(List<RegexConfigModel> regex_config)voidsetSampleRate(int value)SETTER Config's sample_rate stringvoidsetUserRules(Map<String,List<EntityRuleModel>> userRules)voidsetUserSampleRate(Map<String,Integer> value)SETTER Config's userSampleRate mapStringtoString()
-
-
-
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
-
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)
-
getRegex_config
public List<RegexConfigModel> getRegex_config()
-
setRegex_config
public void setRegex_config(List<RegexConfigModel> regex_config)
-
-