Class ModifyVpcEndPointServiceAttributeRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.ModifyVpcEndPointServiceAttributeRequest
-
public class ModifyVpcEndPointServiceAttributeRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyVpcEndPointServiceAttributeRequest()ModifyVpcEndPointServiceAttributeRequest(ModifyVpcEndPointServiceAttributeRequest 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 BooleangetAutoAcceptFlag()Get 是否自动接受终端节点的连接请求。true:自动接受false:不自动接受 StringgetEndPointServiceId()Get 终端节点服务ID。StringgetEndPointServiceName()Get 终端节点服务名称。StringgetServiceInstanceId()Get 后端服务的ID,比如lb-xxx。StringgetVpcId()Get VPCID。voidsetAutoAcceptFlag(Boolean AutoAcceptFlag)Set 是否自动接受终端节点的连接请求。true:自动接受false:不自动接受 voidsetEndPointServiceId(String EndPointServiceId)Set 终端节点服务ID。voidsetEndPointServiceName(String EndPointServiceName)Set 终端节点服务名称。voidsetServiceInstanceId(String ServiceInstanceId)Set 后端服务的ID,比如lb-xxx。voidsetVpcId(String VpcId)Set VPCID。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
-
ModifyVpcEndPointServiceAttributeRequest
public ModifyVpcEndPointServiceAttributeRequest()
-
ModifyVpcEndPointServiceAttributeRequest
public ModifyVpcEndPointServiceAttributeRequest(ModifyVpcEndPointServiceAttributeRequest 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
-
getEndPointServiceId
public String getEndPointServiceId()
Get 终端节点服务ID。- Returns:
- EndPointServiceId 终端节点服务ID。
-
setEndPointServiceId
public void setEndPointServiceId(String EndPointServiceId)
Set 终端节点服务ID。- Parameters:
EndPointServiceId- 终端节点服务ID。
-
getVpcId
public String getVpcId()
Get VPCID。- Returns:
- VpcId VPCID。
-
setVpcId
public void setVpcId(String VpcId)
Set VPCID。- Parameters:
VpcId- VPCID。
-
getEndPointServiceName
public String getEndPointServiceName()
Get 终端节点服务名称。- Returns:
- EndPointServiceName 终端节点服务名称。
-
setEndPointServiceName
public void setEndPointServiceName(String EndPointServiceName)
Set 终端节点服务名称。- Parameters:
EndPointServiceName- 终端节点服务名称。
-
getAutoAcceptFlag
public Boolean getAutoAcceptFlag()
Get 是否自动接受终端节点的连接请求。- true:自动接受
- false:不自动接受
- Returns:
- AutoAcceptFlag 是否自动接受终端节点的连接请求。
- true:自动接受
- false:不自动接受
-
-
setAutoAcceptFlag
public void setAutoAcceptFlag(Boolean AutoAcceptFlag)
Set 是否自动接受终端节点的连接请求。- true:自动接受
- false:不自动接受
- Parameters:
AutoAcceptFlag- 是否自动接受终端节点的连接请求。- true:自动接受
- false:不自动接受
-
-
getServiceInstanceId
public String getServiceInstanceId()
Get 后端服务的ID,比如lb-xxx。- Returns:
- ServiceInstanceId 后端服务的ID,比如lb-xxx。
-
setServiceInstanceId
public void setServiceInstanceId(String ServiceInstanceId)
Set 后端服务的ID,比如lb-xxx。- Parameters:
ServiceInstanceId- 后端服务的ID,比如lb-xxx。