Class Event.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.container.account.proofofconcept.review.Event.Mask
-
- Enclosing class:
- Event
public static class Event.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Event.Mask
description()
Event.Mask
reviewerEmail()
Event.Mask
reviewerUid()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
description
public Event.Mask description()
-
reviewerEmail
public Event.Mask reviewerEmail()
-
reviewerUid
public Event.Mask reviewerUid()
-
-