public class CreateWmBaseImageRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
height
This parameter is required.
|
Integer |
opacity
This parameter is required.
|
Integer |
scale
This parameter is required.
|
Integer |
width
This parameter is required.
|
String |
wmInfoBytesB64
example:
aGVsbG8gc2F*****
|
Long |
wmInfoSize
example:
32
|
String |
wmInfoUint
example:
12*****
|
String |
wmType
This parameter is required.
|
构造器和说明 |
---|
CreateWmBaseImageRequest() |
限定符和类型 | 方法和说明 |
---|---|
static CreateWmBaseImageRequest |
build(Map<String,?> map) |
Integer |
getHeight() |
Integer |
getOpacity() |
Integer |
getScale() |
Integer |
getWidth() |
String |
getWmInfoBytesB64() |
Long |
getWmInfoSize() |
String |
getWmInfoUint() |
String |
getWmType() |
CreateWmBaseImageRequest |
setHeight(Integer height) |
CreateWmBaseImageRequest |
setOpacity(Integer opacity) |
CreateWmBaseImageRequest |
setScale(Integer scale) |
CreateWmBaseImageRequest |
setWidth(Integer width) |
CreateWmBaseImageRequest |
setWmInfoBytesB64(String wmInfoBytesB64) |
CreateWmBaseImageRequest |
setWmInfoSize(Long wmInfoSize) |
CreateWmBaseImageRequest |
setWmInfoUint(String wmInfoUint) |
CreateWmBaseImageRequest |
setWmType(String wmType) |
@NameInMap(value="Height") public Integer height
This parameter is required.
example:1080
@NameInMap(value="Opacity") public Integer opacity
This parameter is required.
example:255
@NameInMap(value="Scale") public Integer scale
This parameter is required.
example:1
@NameInMap(value="Width") public Integer width
This parameter is required.
example:1920
@NameInMap(value="WmInfoBytesB64") public String wmInfoBytesB64
aGVsbG8gc2F*****
@NameInMap(value="WmInfoSize") public Long wmInfoSize
32
@NameInMap(value="WmInfoUint") public String wmInfoUint
12*****
@NameInMap(value="WmType") public String wmType
This parameter is required.
example:PureWebappInvisible
public static CreateWmBaseImageRequest build(Map<String,?> map) throws Exception
Exception
public CreateWmBaseImageRequest setHeight(Integer height)
public Integer getHeight()
public CreateWmBaseImageRequest setOpacity(Integer opacity)
public Integer getOpacity()
public CreateWmBaseImageRequest setScale(Integer scale)
public Integer getScale()
public CreateWmBaseImageRequest setWidth(Integer width)
public Integer getWidth()
public CreateWmBaseImageRequest setWmInfoBytesB64(String wmInfoBytesB64)
public String getWmInfoBytesB64()
public CreateWmBaseImageRequest setWmInfoSize(Long wmInfoSize)
public Long getWmInfoSize()
public CreateWmBaseImageRequest setWmInfoUint(String wmInfoUint)
public String getWmInfoUint()
public CreateWmBaseImageRequest setWmType(String wmType)
public String getWmType()
Copyright © 2024. All rights reserved.