public class ClipFileInfo2017 extends AbstractModel
Constructor and Description |
---|
ClipFileInfo2017() |
ClipFileInfo2017(ClipFileInfo2017 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 |
getErrCode()
Get Error code
0: success;
Other values: failure.
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getFileId()
Get Output target file ID.
|
String |
getFileType()
Get Output target file type.
|
String |
getFileUrl()
Get Output target file address.
|
String |
getMessage()
Get Error description.
|
void |
setErrCode(Long ErrCode)
Set Error code
0: success;
Other values: failure.
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setFileId(String FileId)
Set Output target file ID.
|
void |
setFileType(String FileType)
Set Output target file type.
|
void |
setFileUrl(String FileUrl)
Set Output target file address.
|
void |
setMessage(String Message)
Set Error description.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ClipFileInfo2017()
public ClipFileInfo2017(ClipFileInfo2017 source)
public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- Error code
public String getMessage()
public void setMessage(String Message)
Message
- Error description.
Note: this field may return null, indicating that no valid values can be obtained.public String getFileId()
public void setFileId(String FileId)
FileId
- Output target file ID.
Note: this field may return null, indicating that no valid values can be obtained.public String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl
- Output target file address.
Note: this field may return null, indicating that no valid values can be obtained.public String getFileType()
public void setFileType(String FileType)
FileType
- Output target file type.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.