public class CreateEndPointRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateEndPointRequest() |
CreateEndPointRequest(CreateEndPointRequest 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 |
getEndPointName()
Get 终端节点名称
|
String |
getEndPointRegion()
Get 终端节点地域,必须要和终端节点服务所属地域一致
|
String |
getEndPointServiceId()
Get 终端节点服务ID(vpc终端节点服务ID)
|
Long |
getIpNum()
Get 终端节点ip数量
|
void |
setEndPointName(String EndPointName)
Set 终端节点名称
|
void |
setEndPointRegion(String EndPointRegion)
Set 终端节点地域,必须要和终端节点服务所属地域一致
|
void |
setEndPointServiceId(String EndPointServiceId)
Set 终端节点服务ID(vpc终端节点服务ID)
|
void |
setIpNum(Long IpNum)
Set 终端节点ip数量
|
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, toJsonString
public CreateEndPointRequest()
public CreateEndPointRequest(CreateEndPointRequest source)
public String getEndPointName()
public void setEndPointName(String EndPointName)
EndPointName
- 终端节点名称public String getEndPointServiceId()
public void setEndPointServiceId(String EndPointServiceId)
EndPointServiceId
- 终端节点服务ID(vpc终端节点服务ID)public String getEndPointRegion()
public void setEndPointRegion(String EndPointRegion)
EndPointRegion
- 终端节点地域,必须要和终端节点服务所属地域一致public Long getIpNum()
public void setIpNum(Long IpNum)
IpNum
- 终端节点ip数量Copyright © 2024. All rights reserved.