Package com.soffid.iam.rc.api
Class NetworkIntelligence
java.lang.Object
com.soffid.iam.rc.api.NetworkIntelligence
- All Implemented Interfaces:
Serializable
ValueObject NetworkIntelligence
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute enabledgetEnd()Gets value for attribute endgetId()Gets value for attribute idgetLevel()Gets value for attribute levelgetStart()Gets value for attribute startgetToken()Gets value for attribute tokenvoidsetEnabled(Boolean enabled) Sets value for attribute enabledvoidSets value for attribute endvoidSets value for attribute idvoidSets value for attribute levelvoidSets value for attribute startvoidSets value for attribute tokentoString()Returns a string representation of the value object.
-
Constructor Details
-
NetworkIntelligence
public NetworkIntelligence() -
NetworkIntelligence
-
NetworkIntelligence
-
NetworkIntelligence
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getToken
Gets value for attribute token -
setToken
Sets value for attribute token -
getLevel
Gets value for attribute level -
setLevel
Sets value for attribute level -
getStart
Gets value for attribute start -
setStart
Sets value for attribute start -
getEnd
Gets value for attribute end -
setEnd
Sets value for attribute end -
getEnabled
Gets value for attribute enabled -
setEnabled
Sets value for attribute enabled -
toString
Returns a string representation of the value object.
-