public class CreateWmInfoMappingRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
wmInfoBytesB64
This parameter is required.
|
Long |
wmInfoSize
example:
32
|
String |
wmType
This parameter is required.
|
构造器和说明 |
---|
CreateWmInfoMappingRequest() |
限定符和类型 | 方法和说明 |
---|---|
static CreateWmInfoMappingRequest |
build(Map<String,?> map) |
String |
getWmInfoBytesB64() |
Long |
getWmInfoSize() |
String |
getWmType() |
CreateWmInfoMappingRequest |
setWmInfoBytesB64(String wmInfoBytesB64) |
CreateWmInfoMappingRequest |
setWmInfoSize(Long wmInfoSize) |
CreateWmInfoMappingRequest |
setWmType(String wmType) |
@NameInMap(value="WmInfoBytesB64") public String wmInfoBytesB64
This parameter is required.
example:aGVsbG8gc2F*****
@NameInMap(value="WmInfoSize") public Long wmInfoSize
32
@NameInMap(value="WmType") public String wmType
This parameter is required.
example:PureDocument
public static CreateWmInfoMappingRequest build(Map<String,?> map) throws Exception
Exception
public CreateWmInfoMappingRequest setWmInfoBytesB64(String wmInfoBytesB64)
public String getWmInfoBytesB64()
public CreateWmInfoMappingRequest setWmInfoSize(Long wmInfoSize)
public Long getWmInfoSize()
public CreateWmInfoMappingRequest setWmType(String wmType)
public String getWmType()
Copyright © 2024. All rights reserved.