Package io.hyperfoil.api.session
Interface Session.Var
-
- Enclosing interface:
- Session
public static interface Session.Var
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default intintValue(Session session)booleanisSet()default java.lang.ObjectobjectValue(Session session)Session.VarTypetype()voidunset()
-
-
-
Method Detail
-
isSet
boolean isSet()
-
unset
void unset()
-
type
Session.VarType type()
-
intValue
default int intValue(Session session)
-
objectValue
default java.lang.Object objectValue(Session session)
-
-