Class DeleteVpcEndPointServiceWhiteListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.DeleteVpcEndPointServiceWhiteListRequest
-
public class DeleteVpcEndPointServiceWhiteListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeleteVpcEndPointServiceWhiteListRequest
public DeleteVpcEndPointServiceWhiteListRequest()
-
DeleteVpcEndPointServiceWhiteListRequest
public 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.
-
-
Method Detail
-
getUserUin
public String[] getUserUin()
Get 用户UIN数组。- Returns:
- UserUin 用户UIN数组。
-
setUserUin
public void setUserUin(String[] UserUin)
Set 用户UIN数组。- Parameters:
UserUin
- 用户UIN数组。
-
getEndPointServiceId
public String getEndPointServiceId()
Get 终端节点服务ID。- Returns:
- EndPointServiceId 终端节点服务ID。
-
setEndPointServiceId
public void setEndPointServiceId(String EndPointServiceId)
Set 终端节点服务ID。- Parameters:
EndPointServiceId
- 终端节点服务ID。
-
-