public enum OrdersErrorCode extends Enum<OrdersErrorCode>
| Enum Constant and Description |
|---|
leaseEndAtIsEmpty
租赁结束时间为空
|
leaseStartAtIsEmpty
租赁起始时间为空
|
lesseeIdIsEmpty
承租人ID为空
|
lesseeMessageIsEmpty
承租人留言为空
|
lesseeServiceFeeIsEmpty
承租人服务费为空
|
lessorIdIsEmpty
出租人ID为空
|
lessorServiceFeeIsEmpty
出租人服务费为空
|
positioningIsEmpty
订单提交城市(承租人当前定位城市)为空
|
priceIsEmpty
订单价格为空
|
serviceContentIsEmpty
服务内容为空
|
totalPriceIsEmpty
总支付金额为空
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static OrdersErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrdersErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrdersErrorCode lesseeIdIsEmpty
public static final OrdersErrorCode lessorIdIsEmpty
public static final OrdersErrorCode leaseStartAtIsEmpty
public static final OrdersErrorCode leaseEndAtIsEmpty
public static final OrdersErrorCode priceIsEmpty
public static final OrdersErrorCode totalPriceIsEmpty
public static final OrdersErrorCode lesseeMessageIsEmpty
public static final OrdersErrorCode positioningIsEmpty
public static final OrdersErrorCode lesseeServiceFeeIsEmpty
public static final OrdersErrorCode lessorServiceFeeIsEmpty
public static final OrdersErrorCode serviceContentIsEmpty
public static OrdersErrorCode[] values()
for (OrdersErrorCode c : OrdersErrorCode.values()) System.out.println(c);
public static OrdersErrorCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
Copyright © 2018. All rights reserved.