public class VpcEndPointServiceUser extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VpcEndPointServiceUser() | 
| VpcEndPointServiceUser(VpcEndPointServiceUser 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 | getCreateTime()Get 创建时间。格式为字符串YYYY-MM-DD HH:MM:SS。 | 
| String | getDescription()Get 描述信息。 | 
| String | getEndPointServiceId()Get 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。 | 
| Long | getOwner()Get AppId。可通过登录 腾讯云账号中心控制台 获取。 | 
| String | getUserUin()Get 用户Uin。可通过登录 腾讯云账号中心控制台 获取。 | 
| void | setCreateTime(String CreateTime)Set 创建时间。格式为字符串YYYY-MM-DD HH:MM:SS。 | 
| void | setDescription(String Description)Set 描述信息。 | 
| void | setEndPointServiceId(String EndPointServiceId)Set 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。 | 
| void | setOwner(Long Owner)Set AppId。可通过登录 腾讯云账号中心控制台 获取。 | 
| void | setUserUin(String UserUin)Set 用户Uin。可通过登录 腾讯云账号中心控制台 获取。 | 
| 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 VpcEndPointServiceUser()
public VpcEndPointServiceUser(VpcEndPointServiceUser source)
public Long getOwner()
public void setOwner(Long Owner)
Owner - AppId。可通过登录 腾讯云账号中心控制台 获取。public String getUserUin()
public void setUserUin(String UserUin)
UserUin - 用户Uin。可通过登录 腾讯云账号中心控制台 获取。public String getDescription()
public void setDescription(String Description)
Description - 描述信息。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 创建时间。格式为字符串YYYY-MM-DD HH:MM:SS。public String getEndPointServiceId()
public void setEndPointServiceId(String EndPointServiceId)
EndPointServiceId - 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。Copyright © 2025. All rights reserved.