public class CreateVpcEndPointServiceWhiteListRequest extends AbstractModel
Constructor and Description |
---|
CreateVpcEndPointServiceWhiteListRequest() |
CreateVpcEndPointServiceWhiteListRequest(CreateVpcEndPointServiceWhiteListRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get 白名单描述。
|
String |
getEndPointServiceId()
Get 终端节点服务ID。
|
String |
getUserUin()
Get UIN。
|
void |
setDescription(String Description)
Set 白名单描述。
|
void |
setEndPointServiceId(String EndPointServiceId)
Set 终端节点服务ID。
|
void |
setUserUin(String UserUin)
Set UIN。
|
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 CreateVpcEndPointServiceWhiteListRequest()
public CreateVpcEndPointServiceWhiteListRequest(CreateVpcEndPointServiceWhiteListRequest source)
public String getUserUin()
public void setUserUin(String UserUin)
UserUin
- UIN。public String getEndPointServiceId()
public void setEndPointServiceId(String EndPointServiceId)
EndPointServiceId
- 终端节点服务ID。public String getDescription()
public void setDescription(String Description)
Description
- 白名单描述。Copyright © 2021. All rights reserved.