| Package | Description |
|---|---|
| me.hao0.wepay.model.enums | |
| me.hao0.wepay.model.order | |
| me.hao0.wepay.serializer |
| Modifier and Type | Method and Description |
|---|---|
static TradeState |
TradeState.from(String s) |
static TradeState |
TradeState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TradeState[] |
TradeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TradeState |
WePayOrder.getTradeState() |
| Modifier and Type | Method and Description |
|---|---|
void |
WePayOrder.setTradeState(TradeState tradeState) |
| Modifier and Type | Method and Description |
|---|---|
TradeState |
TradeStateDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Copyright © 2016. All rights reserved.