Class EndPointService
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.EndPointService
-
public class EndPointService extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description EndPointService()EndPointService(EndPointService 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 是否自动接受。StringgetCreateTime()Get 创建时间。LonggetEndPointCount()Get 关联的终端节点个数。 注意:此字段可能返回 null,表示取不到有效值。StringgetEndPointServiceId()Get 终端节点服务IDEndPoint[]getEndPointSet()Get 终端节点对象数组。 注意:此字段可能返回 null,表示取不到有效值。StringgetServiceInstanceId()Get 后端服务的ID,比如lb-xxx。StringgetServiceName()Get 终端节点服务名称。StringgetServiceOwner()Get APPID。StringgetServiceType()Get 挂载的PAAS服务类型,CLB,CDB,CRSStringgetServiceVip()Get 后端服务的VIP。StringgetVpcId()Get VPCID。voidsetAutoAcceptFlag(Boolean AutoAcceptFlag)Set 是否自动接受。voidsetCreateTime(String CreateTime)Set 创建时间。voidsetEndPointCount(Long EndPointCount)Set 关联的终端节点个数。 注意:此字段可能返回 null,表示取不到有效值。voidsetEndPointServiceId(String EndPointServiceId)Set 终端节点服务IDvoidsetEndPointSet(EndPoint[] EndPointSet)Set 终端节点对象数组。 注意:此字段可能返回 null,表示取不到有效值。voidsetServiceInstanceId(String ServiceInstanceId)Set 后端服务的ID,比如lb-xxx。voidsetServiceName(String ServiceName)Set 终端节点服务名称。voidsetServiceOwner(String ServiceOwner)Set APPID。voidsetServiceType(String ServiceType)Set 挂载的PAAS服务类型,CLB,CDB,CRSvoidsetServiceVip(String ServiceVip)Set 后端服务的VIP。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
-
EndPointService
public EndPointService()
-
EndPointService
public EndPointService(EndPointService 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。
-
getServiceOwner
public String getServiceOwner()
Get APPID。- Returns:
- ServiceOwner APPID。
-
setServiceOwner
public void setServiceOwner(String ServiceOwner)
Set APPID。- Parameters:
ServiceOwner- APPID。
-
getServiceName
public String getServiceName()
Get 终端节点服务名称。- Returns:
- ServiceName 终端节点服务名称。
-
setServiceName
public void setServiceName(String ServiceName)
Set 终端节点服务名称。- Parameters:
ServiceName- 终端节点服务名称。
-
getServiceVip
public String getServiceVip()
Get 后端服务的VIP。- Returns:
- ServiceVip 后端服务的VIP。
-
setServiceVip
public void setServiceVip(String ServiceVip)
Set 后端服务的VIP。- Parameters:
ServiceVip- 后端服务的VIP。
-
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。
-
getAutoAcceptFlag
public Boolean getAutoAcceptFlag()
Get 是否自动接受。- Returns:
- AutoAcceptFlag 是否自动接受。
-
setAutoAcceptFlag
public void setAutoAcceptFlag(Boolean AutoAcceptFlag)
Set 是否自动接受。- Parameters:
AutoAcceptFlag- 是否自动接受。
-
getEndPointCount
public Long getEndPointCount()
Get 关联的终端节点个数。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EndPointCount 关联的终端节点个数。 注意:此字段可能返回 null,表示取不到有效值。
-
setEndPointCount
public void setEndPointCount(Long EndPointCount)
Set 关联的终端节点个数。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EndPointCount- 关联的终端节点个数。 注意:此字段可能返回 null,表示取不到有效值。
-
getEndPointSet
public EndPoint[] getEndPointSet()
Get 终端节点对象数组。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EndPointSet 终端节点对象数组。 注意:此字段可能返回 null,表示取不到有效值。
-
setEndPointSet
public void setEndPointSet(EndPoint[] EndPointSet)
Set 终端节点对象数组。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EndPointSet- 终端节点对象数组。 注意:此字段可能返回 null,表示取不到有效值。
-
getCreateTime
public String getCreateTime()
Get 创建时间。- Returns:
- CreateTime 创建时间。
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间。- Parameters:
CreateTime- 创建时间。
-
getServiceType
public String getServiceType()
Get 挂载的PAAS服务类型,CLB,CDB,CRS- Returns:
- ServiceType 挂载的PAAS服务类型,CLB,CDB,CRS
-
setServiceType
public void setServiceType(String ServiceType)
Set 挂载的PAAS服务类型,CLB,CDB,CRS- Parameters:
ServiceType- 挂载的PAAS服务类型,CLB,CDB,CRS
-
-