Package com.moesif.api.models
Class GovernanceRulesModel
- java.lang.Object
-
- com.moesif.api.models.GovernanceRulesModel
-
- All Implemented Interfaces:
Serializable
public class GovernanceRulesModel extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GovernanceRulesModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAppId()GETTER appIdStringgetAppliedTo()booleangetBlock()GETTER blockStringgetcreatedAt()GETTER createdAtStringgetId()GETTER IdStringgetName()GETTER nameStringgetOrgId()GETTER orgIdList<GovernanceRuleRegexRuleModel>getRegexConfig()GETTER regexConfigGovernanceRulesResponseModelgetResponse()GETTER Response objectStringgetType()GETTER typeList<GovernanceRulesVariableModel>getVariables()GETTER variablesbooleanisAppliedToUnidentified()voidsetAppId(String value)SETTER appIdvoidsetAppliedTo(String appliedTo)voidsetAppliedToUnidentified(boolean appliedToUnidentified)voidsetBlock(boolean value)SETTER blockvoidsetcreatedAt(String value)SETTER createdAtvoidsetId(String value)SETTER IdvoidsetName(String value)SETTER namevoidsetOrgId(String value)SETTER orgIdvoidsetRegexConfig(List<GovernanceRuleRegexRuleModel> value)SETTER regexConfigvoidsetResponse(GovernanceRulesResponseModel value)SETTER Response objectvoidsetType(String value)SETTER typevoidsetVariables(List<GovernanceRulesVariableModel> value)SETTER typeStringtoString()
-
-
-
Method Detail
-
isAppliedToUnidentified
public boolean isAppliedToUnidentified()
-
setAppliedToUnidentified
public void setAppliedToUnidentified(boolean appliedToUnidentified)
-
getAppliedTo
public String getAppliedTo()
-
setAppliedTo
public void setAppliedTo(String appliedTo)
-
getId
public String getId()
GETTER Id- Returns:
- the value
-
setId
public void setId(String value)
SETTER Id- Parameters:
value- the value to set
-
getcreatedAt
public String getcreatedAt()
GETTER createdAt- Returns:
- the value
-
setcreatedAt
public void setcreatedAt(String value)
SETTER createdAt- Parameters:
value- the value to set
-
getOrgId
public String getOrgId()
GETTER orgId- Returns:
- the value
-
setOrgId
public void setOrgId(String value)
SETTER orgId- Parameters:
value- the value to set
-
getAppId
public String getAppId()
GETTER appId- Returns:
- the value
-
setAppId
public void setAppId(String value)
SETTER appId- Parameters:
value- the value to set
-
getName
public String getName()
GETTER name- Returns:
- the value
-
setName
public void setName(String value)
SETTER name- Parameters:
value- the value to set
-
getBlock
public boolean getBlock()
GETTER block- Returns:
- the value
-
setBlock
public void setBlock(boolean value)
SETTER block- Parameters:
value- the value to set
-
getType
public String getType()
GETTER type- Returns:
- the value
-
setType
public void setType(String value)
SETTER type- Parameters:
value- the value to set
-
getVariables
public List<GovernanceRulesVariableModel> getVariables()
GETTER variables- Returns:
- the value
-
setVariables
public void setVariables(List<GovernanceRulesVariableModel> value)
SETTER type- Parameters:
value- the value to set
-
getRegexConfig
public List<GovernanceRuleRegexRuleModel> getRegexConfig()
GETTER regexConfig- Returns:
- the value
-
setRegexConfig
public void setRegexConfig(List<GovernanceRuleRegexRuleModel> value)
SETTER regexConfig- Parameters:
value- the value to set
-
getResponse
public GovernanceRulesResponseModel getResponse()
GETTER Response object- Returns:
- the value
-
setResponse
public void setResponse(GovernanceRulesResponseModel value)
SETTER Response object- Parameters:
value- the value to set
-
-