class Check extends AnyRef
Holds check properties
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Check
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Check(_asJava: ext.consul.Check)
Value Members
- def asJava: ext.consul.Check
- def getId: String
- def getName: String
- def getNodeName: String
- def getNotes: String
- def getOutput: String
- def getServiceId: String
- def getServiceName: String
- def getStatus: CheckStatus
-
def
setId(value: String): Check
Set the ID of check
-
def
setName(value: String): Check
Set the name of check
-
def
setNodeName(value: String): Check
Set the name of node
-
def
setNotes(value: String): Check
Set the human-readable note of check
-
def
setOutput(value: String): Check
Set the output of check
-
def
setServiceId(value: String): Check
Set the ID of service with which this check associated
-
def
setServiceName(value: String): Check
Set the name of service with which this check associated
-
def
setStatus(value: CheckStatus): Check
Set the status of check