public static class PubRequest.PubRequestUserProp
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
PubRequest.PubRequestUserProp() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PubRequest.PubRequestUserProp |
build(Map<String,?> map) |
String |
getKey() |
String |
getValue() |
PubRequest.PubRequestUserProp |
setKey(String key) |
PubRequest.PubRequestUserProp |
setValue(String value) |
@NameInMap(value="Key") public String key
@NameInMap(value="Value") public String value
public static PubRequest.PubRequestUserProp build(Map<String,?> map) throws Exception
Exceptionpublic PubRequest.PubRequestUserProp setKey(String key)
public String getKey()
public PubRequest.PubRequestUserProp setValue(String value)
public String getValue()
Copyright © 2023. All rights reserved.