public static class CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocol
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
characterEncoding
example:
0
|
Long |
customHost
example:
1
|
String |
customHostIp
example:
ipv4:192.168.2.1,192.168.2.5:img.a.com|192.168.2.1[8080]:img.a.com
|
Long |
protocolConnectionTime
example:
3
|
String |
protocolMonitorTimeout
example:
30
|
Long |
receivedDataSize |
CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocolRequestContent |
requestContent |
String |
verifyContent |
Long |
verifyWay
example:
0
|
| 构造器和说明 |
|---|
CreateSyntheticTaskRequestProtocol() |
@NameInMap(value="CharacterEncoding") public Long characterEncoding
0
@NameInMap(value="CustomHost") public Long customHost
1
@NameInMap(value="CustomHostIp") public String customHostIp
ipv4:192.168.2.1,192.168.2.5:img.a.com|192.168.2.1[8080]:img.a.com
@NameInMap(value="ProtocolConnectionTime") public Long protocolConnectionTime
3
@NameInMap(value="ProtocolMonitorTimeout") public String protocolMonitorTimeout
30
@NameInMap(value="ReceivedDataSize") public Long receivedDataSize
@NameInMap(value="RequestContent") public CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocolRequestContent requestContent
@NameInMap(value="VerifyContent") public String verifyContent
@NameInMap(value="VerifyWay") public Long verifyWay
0
public static CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocol build(Map<String,?> map) throws Exception
Exceptionpublic CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocol setCharacterEncoding(Long characterEncoding)
public Long getCharacterEncoding()
public CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocol setCustomHost(Long customHost)
public Long getCustomHost()
public CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocol setCustomHostIp(String customHostIp)
public String getCustomHostIp()
public CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocol setProtocolConnectionTime(Long protocolConnectionTime)
public Long getProtocolConnectionTime()
public CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocol setProtocolMonitorTimeout(String protocolMonitorTimeout)
public String getProtocolMonitorTimeout()
public CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocol setReceivedDataSize(Long receivedDataSize)
public Long getReceivedDataSize()
public CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocol setRequestContent(CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocolRequestContent requestContent)
public CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocolRequestContent getRequestContent()
public CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocol setVerifyContent(String verifyContent)
public String getVerifyContent()
public CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocol setVerifyWay(Long verifyWay)
public Long getVerifyWay()
Copyright © 2024. All rights reserved.