public class CreateHaVipResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
haVipId
The ID of the HAVIP.
|
String |
ipAddress
The IP address of the HAVIP.
|
String |
requestId
The ID of the request.
|
构造器和说明 |
---|
CreateHaVipResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateHaVipResponseBody |
build(Map<String,?> map) |
String |
getHaVipId() |
String |
getIpAddress() |
String |
getRequestId() |
CreateHaVipResponseBody |
setHaVipId(String haVipId) |
CreateHaVipResponseBody |
setIpAddress(String ipAddress) |
CreateHaVipResponseBody |
setRequestId(String requestId) |
@NameInMap(value="HaVipId") public String haVipId
The ID of the HAVIP.
example:havip-2zeo05qre24nhrqpy****
@NameInMap(value="IpAddress") public String ipAddress
The IP address of the HAVIP.
example:192.XX.XX.10
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:C44F62BE-9CE7-4277-B117-69243F3988BF
public static CreateHaVipResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateHaVipResponseBody setHaVipId(String haVipId)
public String getHaVipId()
public CreateHaVipResponseBody setIpAddress(String ipAddress)
public String getIpAddress()
public CreateHaVipResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.