Package com.onslip360
Class API.TakeOutStatus
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.TakeOutStatus>
-
- com.onslip360.API.TakeOutStatus
-
- All Implemented Interfaces:
Cloneable,Comparable<Onslip360Object<API.TakeOutStatus>>
- Enclosing class:
- API
public static class API.TakeOutStatus extends Onslip360Object<API.TakeOutStatus>
-
-
Constructor Summary
Constructors Constructor Description TakeOutStatus(Boolean active, Boolean configured, Boolean enabled, Boolean open)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanactive()API.TakeOutStatusactive(Boolean active)Booleanconfigured()API.TakeOutStatusconfigured(Boolean configured)Booleanenabled()API.TakeOutStatusenabled(Boolean enabled)Booleanopen()API.TakeOutStatusopen(Boolean open)-
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString
-
-
-
-
Method Detail
-
active
@Nonnull public Boolean active()
-
configured
@Nonnull public Boolean configured()
-
enabled
@Nonnull public Boolean enabled()
-
open
@Nonnull public Boolean open()
-
active
@Nonnull public API.TakeOutStatus active(Boolean active)
-
configured
@Nonnull public API.TakeOutStatus configured(Boolean configured)
-
enabled
@Nonnull public API.TakeOutStatus enabled(Boolean enabled)
-
open
@Nonnull public API.TakeOutStatus open(Boolean open)
-
-