public class CommonMixControlParams extends AbstractModel
Constructor and Description |
---|
CommonMixControlParams() |
Modifier and Type | Method and Description |
---|---|
Long |
getAllowCopy()
Get Value range: [0,1].
|
Long |
getUseMixCropCenter()
Get
|
void |
setAllowCopy(Long AllowCopy)
Set Value range: [0,1].
|
void |
setUseMixCropCenter(Long UseMixCropCenter)
Set
|
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 Long getUseMixCropCenter()
public void setUseMixCropCenter(Long UseMixCropCenter)
UseMixCropCenter
- public Long getAllowCopy()
public void setAllowCopy(Long AllowCopy)
AllowCopy
- Value range: [0,1].
If this parameter is set to 1, when both `InputStreamList` and `OutputParams.OutputStreamType` are set to 1, you can copy a stream instead of canceling it.Copyright © 2020. All rights reserved.