public class AiAnalysisTaskHorizontalToVerticalResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
AiAnalysisTaskHorizontalToVerticalResult() |
AiAnalysisTaskHorizontalToVerticalResult(AiAnalysisTaskHorizontalToVerticalResult 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.
|
AiAnalysisTaskHorizontalToVerticalInput |
getInput()
Get Intelligent landscape-to-portrait task input.
|
String |
getMessage()
Get Error message
Note: This field may return null, indicating that no valid values can be obtained.
|
AiAnalysisTaskHorizontalToVerticalOutput |
getOutput()
Get Intelligent landscape-to-portrait task output.
|
String |
getStatus()
Get Task status, including PROCESSING, SUCCESS, and FAIL.
|
void |
setErrCode(Long ErrCode)
Set Error code.
|
void |
setInput(AiAnalysisTaskHorizontalToVerticalInput Input)
Set Intelligent landscape-to-portrait task input.
|
void |
setMessage(String Message)
Set Error message
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setOutput(AiAnalysisTaskHorizontalToVerticalOutput Output)
Set Intelligent landscape-to-portrait task output.
|
void |
setStatus(String Status)
Set Task status, including PROCESSING, SUCCESS, and FAIL.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AiAnalysisTaskHorizontalToVerticalResult()
public AiAnalysisTaskHorizontalToVerticalResult(AiAnalysisTaskHorizontalToVerticalResult source)
public String getStatus()
public void setStatus(String Status)
Status
- Task status, including PROCESSING, SUCCESS, and FAIL.
Note: This field may return null, indicating that no valid values can be obtained.public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- Error code. 0: Task successful. Other values: Task failed.
Note: This field may return null, indicating that no valid values can be obtained.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 AiAnalysisTaskHorizontalToVerticalInput getInput()
public void setInput(AiAnalysisTaskHorizontalToVerticalInput Input)
Input
- Intelligent landscape-to-portrait task input.
Note: This field may return null, indicating that no valid values can be obtained.public AiAnalysisTaskHorizontalToVerticalOutput getOutput()
public void setOutput(AiAnalysisTaskHorizontalToVerticalOutput Output)
Output
- Intelligent landscape-to-portrait task output.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.