public class CreateFirstLinkSessionRequest extends AbstractModel
Constructor and Description |
---|
CreateFirstLinkSessionRequest() |
CreateFirstLinkSessionRequest(CreateFirstLinkSessionRequest 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 |
---|---|
Capacity |
getCapacity()
Get 接口扩展参数,如果是电信用户,需要填充CTCC Token字段
|
DestAddressInfo |
getDestAddressInfo()
Get 加速目标网络信息
|
DeviceInfo |
getDeviceInfo()
Get 终端设备信息
|
SrcAddressInfo |
getSrcAddressInfo()
Get 终端网络信息
|
String |
getTemplateId()
Get 模版ID
|
void |
setCapacity(Capacity Capacity)
Set 接口扩展参数,如果是电信用户,需要填充CTCC Token字段
|
void |
setDestAddressInfo(DestAddressInfo DestAddressInfo)
Set 加速目标网络信息
|
void |
setDeviceInfo(DeviceInfo DeviceInfo)
Set 终端设备信息
|
void |
setSrcAddressInfo(SrcAddressInfo SrcAddressInfo)
Set 终端网络信息
|
void |
setTemplateId(String TemplateId)
Set 模版ID
|
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 CreateFirstLinkSessionRequest()
public CreateFirstLinkSessionRequest(CreateFirstLinkSessionRequest source)
public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- 模版IDpublic SrcAddressInfo getSrcAddressInfo()
public void setSrcAddressInfo(SrcAddressInfo SrcAddressInfo)
SrcAddressInfo
- 终端网络信息public DestAddressInfo getDestAddressInfo()
public void setDestAddressInfo(DestAddressInfo DestAddressInfo)
DestAddressInfo
- 加速目标网络信息public DeviceInfo getDeviceInfo()
public void setDeviceInfo(DeviceInfo DeviceInfo)
DeviceInfo
- 终端设备信息public Capacity getCapacity()
public void setCapacity(Capacity Capacity)
Capacity
- 接口扩展参数,如果是电信用户,需要填充CTCC Token字段Copyright © 2022. All rights reserved.