Package com.moesif.api.models
Class GovernanceRulesVariableModel
- java.lang.Object
-
- com.moesif.api.models.GovernanceRulesVariableModel
-
- All Implemented Interfaces:
Serializable
public class GovernanceRulesVariableModel extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GovernanceRulesVariableModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()GETTER nameStringgetPath()GETTER pathvoidsetName(String value)SETTER namevoidsetPath(String value)SETTER path
-
-
-
Method Detail
-
getName
public String getName()
GETTER name- Returns:
- the value
-
setName
public void setName(String value)
SETTER name- Parameters:
value- the value to set
-
getPath
public String getPath()
GETTER path- Returns:
- the value
-
setPath
public void setPath(String value)
SETTER path- Parameters:
value- the value to set
-
-