Class ModifyVpcEndPointServiceWhiteListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.ModifyVpcEndPointServiceWhiteListRequest
-
public class ModifyVpcEndPointServiceWhiteListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyVpcEndPointServiceWhiteListRequest()ModifyVpcEndPointServiceWhiteListRequest(ModifyVpcEndPointServiceWhiteListRequest 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 StringgetDescription()Get 白名单描述信息。StringgetEndPointServiceId()Get 终端节点服务ID。StringgetUserUin()Get 用户UIN。voidsetDescription(String Description)Set 白名单描述信息。voidsetEndPointServiceId(String EndPointServiceId)Set 终端节点服务ID。voidsetUserUin(String UserUin)Set 用户UIN。voidtoMap(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
-
ModifyVpcEndPointServiceWhiteListRequest
public ModifyVpcEndPointServiceWhiteListRequest()
-
ModifyVpcEndPointServiceWhiteListRequest
public ModifyVpcEndPointServiceWhiteListRequest(ModifyVpcEndPointServiceWhiteListRequest 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。
-
getDescription
public String getDescription()
Get 白名单描述信息。- Returns:
- Description 白名单描述信息。
-
setDescription
public void setDescription(String Description)
Set 白名单描述信息。- Parameters:
Description- 白名单描述信息。
-
-