public class InboundEndpointSet extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InboundEndpointSet() | 
| InboundEndpointSet(InboundEndpointSet 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 | getCreatedAt()Get 创建时间 | 
| String | getEndPointId()Get 终端节点ID | 
| String | getEndPointName()Get 名称 | 
| EndPointServiceInfo[] | getEndPointService()Get 终端节点信息 | 
| String | getUniqVpcId()Get vpcid | 
| String | getUpdatedAt()Get 更新时间 | 
| void | setCreatedAt(String CreatedAt)Set 创建时间 | 
| void | setEndPointId(String EndPointId)Set 终端节点ID | 
| void | setEndPointName(String EndPointName)Set 名称 | 
| void | setEndPointService(EndPointServiceInfo[] EndPointService)Set 终端节点信息 | 
| void | setUniqVpcId(String UniqVpcId)Set vpcid | 
| void | setUpdatedAt(String UpdatedAt)Set 更新时间 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic InboundEndpointSet()
public InboundEndpointSet(InboundEndpointSet source)
public String getEndPointId()
public void setEndPointId(String EndPointId)
EndPointId - 终端节点IDpublic String getEndPointName()
public void setEndPointName(String EndPointName)
EndPointName - 名称public String getUniqVpcId()
public void setUniqVpcId(String UniqVpcId)
UniqVpcId - vpcidpublic String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt - 创建时间public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt - 更新时间public EndPointServiceInfo[] getEndPointService()
public void setEndPointService(EndPointServiceInfo[] EndPointService)
EndPointService - 终端节点信息Copyright © 2025. All rights reserved.