类 Constants
- java.lang.Object
-
- com.baidubce.services.vodpro.model.adaptor.response.Constants
-
public class Constants extends Object
Created on 17/10/19- 作者:
- liumin08
-
-
字段概要
字段 修饰符和类型 字段 说明 static IntegerRESULTLABEL_INVALID_CODEstatic StringRESULTLABEL_NORMALstatic IntegerRESULTLABEL_NORMAL_CODEstatic StringRESULTLABEL_REJECTstatic IntegerRESULTLABEL_REJECT_CODEstatic StringRESULTLABEL_REVIEWstatic IntegerRESULTLABEL_REVIEW_CODEstatic StringTYPE_PICTUREstatic StringTYPE_VIDEOstatic StringVIDEOSTATUS_DUPLICATED_REQUESTstatic IntegerVIDEOSTATUS_DUPLICATED_REQUEST_CODEstatic StringVIDEOSTATUS_INVALID_ARGUMENTstatic IntegerVIDEOSTATUS_INVALID_ARGUMENT_CODEstatic StringVIDEOSTATUS_PARSE_ERRORstatic IntegerVIDEOSTATUS_PARSE_ERROR_CODEstatic StringVIDEOSTATUS_SUCCESSstatic IntegerVIDEOSTATUS_SUCCESS_CODEstatic StringVIDEOSTATUS_TYPE_ERRORstatic IntegerVIDEOSTATUS_TYPE_ERROR_CODEstatic IntegerVIDEOSTATUS_UNKOWN_STATUS_CODE
-
构造器概要
构造器 构造器 说明 Constants()
-
-
-
字段详细资料
-
RESULTLABEL_REJECT_CODE
public static final Integer RESULTLABEL_REJECT_CODE
-
RESULTLABEL_REVIEW_CODE
public static final Integer RESULTLABEL_REVIEW_CODE
-
RESULTLABEL_NORMAL_CODE
public static final Integer RESULTLABEL_NORMAL_CODE
-
RESULTLABEL_INVALID_CODE
public static final Integer RESULTLABEL_INVALID_CODE
-
VIDEOSTATUS_DUPLICATED_REQUEST
public static final String VIDEOSTATUS_DUPLICATED_REQUEST
- 另请参阅:
- 常量字段值
-
VIDEOSTATUS_SUCCESS_CODE
public static final Integer VIDEOSTATUS_SUCCESS_CODE
-
VIDEOSTATUS_DUPLICATED_REQUEST_CODE
public static final Integer VIDEOSTATUS_DUPLICATED_REQUEST_CODE
-
VIDEOSTATUS_INVALID_ARGUMENT_CODE
public static final Integer VIDEOSTATUS_INVALID_ARGUMENT_CODE
-
VIDEOSTATUS_PARSE_ERROR_CODE
public static final Integer VIDEOSTATUS_PARSE_ERROR_CODE
-
VIDEOSTATUS_TYPE_ERROR_CODE
public static final Integer VIDEOSTATUS_TYPE_ERROR_CODE
-
VIDEOSTATUS_UNKOWN_STATUS_CODE
public static final Integer VIDEOSTATUS_UNKOWN_STATUS_CODE
-
-