Class VpcEndPointServiceUser
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.VpcEndPointServiceUser
-
public class VpcEndPointServiceUser extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreateTime()Get 创建时间。StringgetDescription()Get 描述信息。StringgetEndPointServiceId()Get 终端节点服务ID。LonggetOwner()Get AppId。StringgetUserUin()Get Uin。voidsetCreateTime(String CreateTime)Set 创建时间。voidsetDescription(String Description)Set 描述信息。voidsetEndPointServiceId(String EndPointServiceId)Set 终端节点服务ID。voidsetOwner(Long Owner)Set AppId。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
-
VpcEndPointServiceUser
public VpcEndPointServiceUser()
-
VpcEndPointServiceUser
public 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.
-
-
Method Detail
-
getOwner
public Long getOwner()
Get AppId。- Returns:
- Owner AppId。
-
setOwner
public void setOwner(Long Owner)
Set AppId。- Parameters:
Owner- AppId。
-
getUserUin
public String getUserUin()
Get Uin。- Returns:
- UserUin Uin。
-
setUserUin
public void setUserUin(String UserUin)
Set Uin。- Parameters:
UserUin- Uin。
-
getDescription
public String getDescription()
Get 描述信息。- Returns:
- Description 描述信息。
-
setDescription
public void setDescription(String Description)
Set 描述信息。- Parameters:
Description- 描述信息。
-
getCreateTime
public String getCreateTime()
Get 创建时间。- Returns:
- CreateTime 创建时间。
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间。- Parameters:
CreateTime- 创建时间。
-
getEndPointServiceId
public String getEndPointServiceId()
Get 终端节点服务ID。- Returns:
- EndPointServiceId 终端节点服务ID。
-
setEndPointServiceId
public void setEndPointServiceId(String EndPointServiceId)
Set 终端节点服务ID。- Parameters:
EndPointServiceId- 终端节点服务ID。
-
-