-
public final class OxygenMetaModel
-
-
Field Summary
Fields Modifier and Type Field Description private Booleanorder_typeprivate Stringreason
-
Constructor Summary
Constructors Constructor Description OxygenMetaModel(Boolean order_type, String reason)
-
Method Summary
Modifier and Type Method Description final BooleangetOrder_type()final UnitsetOrder_type(@SerializedName(value = order_type) Boolean order_type)final StringgetReason()final UnitsetReason(@SerializedName(value = reason) String reason)-
-
Method Detail
-
getOrder_type
final Boolean getOrder_type()
-
setOrder_type
final Unit setOrder_type(@SerializedName(value = order_type) Boolean order_type)
-
-
-
-