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