public class CommonMixInputParam extends AbstractModel
Constructor and Description |
---|
CommonMixInputParam() |
Modifier and Type | Method and Description |
---|---|
CommonMixCropParams |
getCropParams()
Get Input stream crop parameter.
|
String |
getInputStreamName()
Get Input stream name of up to 80 bytes, which is a string containing letters, digits, and underscores.
|
CommonMixLayoutParams |
getLayoutParams()
Get Input stream layout parameter.
|
void |
setCropParams(CommonMixCropParams CropParams)
Set Input stream crop parameter.
|
void |
setInputStreamName(String InputStreamName)
Set Input stream name of up to 80 bytes, which is a string containing letters, digits, and underscores.
|
void |
setLayoutParams(CommonMixLayoutParams LayoutParams)
Set Input stream layout parameter.
|
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 String getInputStreamName()
public void setInputStreamName(String InputStreamName)
InputStreamName
- Input stream name of up to 80 bytes, which is a string containing letters, digits, and underscores.public CommonMixLayoutParams getLayoutParams()
public void setLayoutParams(CommonMixLayoutParams LayoutParams)
LayoutParams
- Input stream layout parameter.public CommonMixCropParams getCropParams()
public void setCropParams(CommonMixCropParams CropParams)
CropParams
- Input stream crop parameter.Copyright © 2020. All rights reserved.