public class MaterialStatus extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MaterialStatus() | 
| MaterialStatus(MaterialStatus source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getEditorUsableStatus()Get 素材编辑可用状态,取值有:
NORMAL:正常,可直接用于编辑;
ABNORMAL : 异常,不可用于编辑;
PROCESSING:处理中,暂不可用于编辑。 | 
| void | setEditorUsableStatus(String EditorUsableStatus)Set 素材编辑可用状态,取值有:
NORMAL:正常,可直接用于编辑;
ABNORMAL : 异常,不可用于编辑;
PROCESSING:处理中,暂不可用于编辑。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic MaterialStatus()
public MaterialStatus(MaterialStatus source)
public String getEditorUsableStatus()
public void setEditorUsableStatus(String EditorUsableStatus)
EditorUsableStatus - 素材编辑可用状态,取值有:
Copyright © 2025. All rights reserved.