public class ReleaseDoc extends AbstractModel
header, skipSign
Constructor and Description |
---|
ReleaseDoc() |
ReleaseDoc(ReleaseDoc 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 |
---|---|
Long |
getAction()
Get 状态
|
String |
getActionDesc()
Get 状态描述
|
String |
getDocBizId()
Get 文档业务ID
|
String |
getFileName()
Get 文件名
|
String |
getFileType()
Get 文件类型
|
String |
getMessage()
Get 失败原因
|
String |
getUpdateTime()
Get 更新时间
|
void |
setAction(Long Action)
Set 状态
|
void |
setActionDesc(String ActionDesc)
Set 状态描述
|
void |
setDocBizId(String DocBizId)
Set 文档业务ID
|
void |
setFileName(String FileName)
Set 文件名
|
void |
setFileType(String FileType)
Set 文件类型
|
void |
setMessage(String Message)
Set 失败原因
|
void |
setUpdateTime(String UpdateTime)
Set 更新时间
|
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, toJsonString
public ReleaseDoc()
public ReleaseDoc(ReleaseDoc source)
public String getFileName()
public void setFileName(String FileName)
FileName
- 文件名public String getFileType()
public void setFileType(String FileType)
FileType
- 文件类型public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 更新时间public Long getAction()
public void setAction(Long Action)
Action
- 状态public String getActionDesc()
public void setActionDesc(String ActionDesc)
ActionDesc
- 状态描述public String getMessage()
public void setMessage(String Message)
Message
- 失败原因public String getDocBizId()
public void setDocBizId(String DocBizId)
DocBizId
- 文档业务IDCopyright © 2024. All rights reserved.