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