public class VpcEndPointServiceUser extends AbstractModel
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 创建时间。
|
String |
getDescription()
Get 描述信息。
|
String |
getEndPointServiceId()
Get 终端节点服务ID。
|
Long |
getOwner()
Get AppId。
|
String |
getUserUin()
Get Uin。
|
void |
setCreateTime(String CreateTime)
Set 创建时间。
|
void |
setDescription(String Description)
Set 描述信息。
|
void |
setEndPointServiceId(String EndPointServiceId)
Set 终端节点服务ID。
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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
- 创建时间。public String getEndPointServiceId()
public void setEndPointServiceId(String EndPointServiceId)
EndPointServiceId
- 终端节点服务ID。Copyright © 2022. All rights reserved.