Class Certification.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.hardware.benchmark.Certification.Mask
-
- Enclosing class:
- Certification
public static class Certification.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
Modifier and Type Method Description Account.Mask
account()
Certification.Mask
accountId()
Certification.Mask
createDate()
Hardware.Mask
hardware()
Certification.Mask
hardwareId()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
account
public Account.Mask account()
-
hardware
public Hardware.Mask hardware()
-
accountId
public Certification.Mask accountId()
-
createDate
public Certification.Mask createDate()
-
hardwareId
public Certification.Mask hardwareId()
-
-