public class DeleteVpcEndPointServiceWhiteListRequest extends AbstractModel
Constructor and Description |
---|
DeleteVpcEndPointServiceWhiteListRequest() |
DeleteVpcEndPointServiceWhiteListRequest(DeleteVpcEndPointServiceWhiteListRequest 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 |
getEndPointServiceId()
Get 终端节点服务ID。
|
String[] |
getUserUin()
Get 用户UIN数组。
|
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 DeleteVpcEndPointServiceWhiteListRequest()
public DeleteVpcEndPointServiceWhiteListRequest(DeleteVpcEndPointServiceWhiteListRequest source)
public String[] getUserUin()
public void setUserUin(String[] UserUin)
UserUin
- 用户UIN数组。public String getEndPointServiceId()
public void setEndPointServiceId(String EndPointServiceId)
EndPointServiceId
- 终端节点服务ID。Copyright © 2021. All rights reserved.