Class Robot.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.monitoring.Robot.Mask
-
- Enclosing class:
- Robot
public static class Robot.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
Modifier and Type Method Description Account.Mask
account()
Robot.Mask
accountId()
Robot.Mask
id()
Robot.Mask
monitoringAgentCount()
Agent.Mask
monitoringAgents()
Robot.Mask
name()
Status.Mask
robotStatus()
Component.Mask
softwareComponent()
Robot.Mask
statusId()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
account
public Account.Mask account()
-
monitoringAgents
public Agent.Mask monitoringAgents()
-
robotStatus
public Status.Mask robotStatus()
-
softwareComponent
public Component.Mask softwareComponent()
-
accountId
public Robot.Mask accountId()
-
id
public Robot.Mask id()
-
name
public Robot.Mask name()
-
statusId
public Robot.Mask statusId()
-
monitoringAgentCount
public Robot.Mask monitoringAgentCount()
-
-