Package com.moesif.api.models
Class GovernanceRulesModel
java.lang.Object
com.moesif.api.models.GovernanceRulesModel
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAppId()GETTER appIdbooleangetBlock()GETTER blockGETTER createdAtgetId()GETTER IdgetName()GETTER namegetOrgId()GETTER orgIdGETTER regexConfigGETTER Response objectgetType()GETTER typeGETTER variablesbooleanvoidSETTER appIdvoidsetAppliedTo(String appliedTo) voidsetAppliedToUnidentified(boolean appliedToUnidentified) voidsetBlock(boolean value) SETTER blockvoidsetcreatedAt(String value) SETTER createdAtvoidSETTER IdvoidSETTER namevoidSETTER orgIdvoidSETTER regexConfigvoidSETTER Response objectvoidSETTER typevoidSETTER typetoString()
-
Constructor Details
-
GovernanceRulesModel
public GovernanceRulesModel()
-
-
Method Details
-
isAppliedToUnidentified
public boolean isAppliedToUnidentified() -
setAppliedToUnidentified
public void setAppliedToUnidentified(boolean appliedToUnidentified) -
getAppliedTo
-
setAppliedTo
-
getId
GETTER Id- Returns:
- the value
-
setId
SETTER Id- Parameters:
value- the value to set
-
getcreatedAt
GETTER createdAt- Returns:
- the value
-
setcreatedAt
SETTER createdAt- Parameters:
value- the value to set
-
getOrgId
GETTER orgId- Returns:
- the value
-
setOrgId
SETTER orgId- Parameters:
value- the value to set
-
getAppId
GETTER appId- Returns:
- the value
-
setAppId
SETTER appId- Parameters:
value- the value to set
-
getName
GETTER name- Returns:
- the value
-
setName
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
GETTER type- Returns:
- the value
-
setType
SETTER type- Parameters:
value- the value to set
-
getVariables
GETTER variables- Returns:
- the value
-
setVariables
SETTER type- Parameters:
value- the value to set
-
getRegexConfig
GETTER regexConfig- Returns:
- the value
-
setRegexConfig
SETTER regexConfig- Parameters:
value- the value to set
-
getResponse
GETTER Response object- Returns:
- the value
-
setResponse
SETTER Response object- Parameters:
value- the value to set
-
toString
-