public static class AddCustomLineRequest.AddCustomLineRequestIpSegment
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
AddCustomLineRequestIpSegment() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AddCustomLineRequest.AddCustomLineRequestIpSegment |
build(Map<String,?> map) |
String |
getEndIp() |
String |
getStartIp() |
AddCustomLineRequest.AddCustomLineRequestIpSegment |
setEndIp(String endIp) |
AddCustomLineRequest.AddCustomLineRequestIpSegment |
setStartIp(String startIp) |
@NameInMap(value="EndIp") public String endIp
@NameInMap(value="StartIp") public String startIp
public static AddCustomLineRequest.AddCustomLineRequestIpSegment build(Map<String,?> map) throws Exception
Exceptionpublic AddCustomLineRequest.AddCustomLineRequestIpSegment setEndIp(String endIp)
public String getEndIp()
public AddCustomLineRequest.AddCustomLineRequestIpSegment setStartIp(String startIp)
public String getStartIp()
Copyright © 2022. All rights reserved.