Package com.moesif.api.models
Class AppConfigModel
java.lang.Object
com.moesif.api.models.AppConfigModel
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAppId()GETTER Config's app_id stringGETTER Config's userSampleRate mapgetOrgId()GETTER Config's org_id stringintGETTER Config's sample_rate stringGETTER Config's userSampleRate mapvoidSETTER Config's app_id stringvoidsetCompanyRules(Map<String, List<EntityRuleModel>> companyRules) voidsetCompanySampleRate(Map<String, Integer> value) SETTER Config's userSampleRate mapvoidSETTER 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 maptoString()
-
Constructor Details
-
AppConfigModel
public AppConfigModel()
-
-
Method Details
-
getOrgId
GETTER Config's org_id string- Returns:
- the value
-
setOrgId
SETTER Config's org_id string- Parameters:
value- the value to set
-
getAppId
GETTER Config's app_id string- Returns:
- the value
-
setAppId
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
GETTER Config's userSampleRate map- Returns:
- the value
-
setUserSampleRate
SETTER Config's userSampleRate map- Parameters:
value- the value to set
-
getCompanySampleRate
GETTER Config's userSampleRate map- Returns:
- the value
-
setCompanySampleRate
SETTER Config's userSampleRate map- Parameters:
value- the value to set
-
getUserRules
-
setUserRules
-
getCompanyRules
-
setCompanyRules
-
toString
-
getRegex_config
-
setRegex_config
-