data class Requirement
An agent requirement, use methods in Requirements class to create it
value
- value to check, might be null if requirement doesn't need a value
id
- optional requirement id, if not specified will be generated
See Also
Requirement(type: RequirementType, param: String, value: String? = null, id: String? = null)
An agent requirement, use methods in Requirements class to create it |
val id: String?
optional requirement id, if not specified will be generated |
|
val param: String
parameter name |
|
val type: RequirementType
requirement type |
|
val value: String?
value to check, might be null if requirement doesn't need a value |
fun toString(): String |