public class ConcatFileInfo2017 extends AbstractModel
Constructor and Description |
---|
ConcatFileInfo2017() |
ConcatFileInfo2017(ConcatFileInfo2017 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 ID of source file for video splicing.
|
String |
getFileType()
Get Format of source file for video splicing.
|
String |
getFileUrl()
Get Address of source file for video splicing.
|
String |
getMessage()
Get Error message.
|
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 ID of source file for video splicing.
|
void |
setFileType(String FileType)
Set Format of source file for video splicing.
|
void |
setFileUrl(String FileUrl)
Set Address of source file for video splicing.
|
void |
setMessage(String Message)
Set Error message.
|
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 ConcatFileInfo2017()
public ConcatFileInfo2017(ConcatFileInfo2017 source)
public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- Error code
public String getMessage()
public void setMessage(String Message)
Message
- Error message.
Note: this field may return null, indicating that no valid values can be obtained.public String getFileId()
public void setFileId(String FileId)
FileId
- ID of source file for video splicing.
Note: this field may return null, indicating that no valid values can be obtained.public String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl
- Address of source file for video splicing.
Note: this field may return null, indicating that no valid values can be obtained.public String getFileType()
public void setFileType(String FileType)
FileType
- Format of source file for video splicing.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.