public class IllustrationTaskCreateCmd
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
backgroundType
example:
0-不换背景,1-换背景
|
Integer |
dstHeight
example:
1024
|
Integer |
dstWidth
example:
1024
|
String |
idempotentId
example:
28274623764834
|
Integer |
nums
example:
4
|
List<String> |
ossPaths |
String |
stickerText |
构造器和说明 |
---|
IllustrationTaskCreateCmd() |
限定符和类型 | 方法和说明 |
---|---|
static IllustrationTaskCreateCmd |
build(Map<String,?> map) |
Integer |
getBackgroundType() |
Integer |
getDstHeight() |
Integer |
getDstWidth() |
String |
getIdempotentId() |
Integer |
getNums() |
List<String> |
getOssPaths() |
String |
getStickerText() |
IllustrationTaskCreateCmd |
setBackgroundType(Integer backgroundType) |
IllustrationTaskCreateCmd |
setDstHeight(Integer dstHeight) |
IllustrationTaskCreateCmd |
setDstWidth(Integer dstWidth) |
IllustrationTaskCreateCmd |
setIdempotentId(String idempotentId) |
IllustrationTaskCreateCmd |
setNums(Integer nums) |
IllustrationTaskCreateCmd |
setOssPaths(List<String> ossPaths) |
IllustrationTaskCreateCmd |
setStickerText(String stickerText) |
@NameInMap(value="backgroundType") public Integer backgroundType
0-不换背景,1-换背景
@NameInMap(value="dstHeight") public Integer dstHeight
1024
@NameInMap(value="dstWidth") public Integer dstWidth
1024
@NameInMap(value="idempotentId") public String idempotentId
28274623764834
@NameInMap(value="nums") public Integer nums
4
@NameInMap(value="stickerText") public String stickerText
public static IllustrationTaskCreateCmd build(Map<String,?> map) throws Exception
Exception
public IllustrationTaskCreateCmd setBackgroundType(Integer backgroundType)
public Integer getBackgroundType()
public IllustrationTaskCreateCmd setDstHeight(Integer dstHeight)
public Integer getDstHeight()
public IllustrationTaskCreateCmd setDstWidth(Integer dstWidth)
public Integer getDstWidth()
public IllustrationTaskCreateCmd setIdempotentId(String idempotentId)
public String getIdempotentId()
public IllustrationTaskCreateCmd setNums(Integer nums)
public Integer getNums()
public IllustrationTaskCreateCmd setOssPaths(List<String> ossPaths)
public IllustrationTaskCreateCmd setStickerText(String stickerText)
public String getStickerText()
Copyright © 2024. All rights reserved.