public class QueryTheSpecifiedIpAddressGroupResponse
extends com.baidubce.common.BaseBceResponse
| Constructor and Description |
|---|
QueryTheSpecifiedIpAddressGroupResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<IpCollectionBindedInstance> |
getBindedInstances() |
String |
getDescription() |
List<TemplateIpAddressInfo> |
getIpAddressInfo() |
String |
getIpSetId() |
String |
getIpVersion() |
String |
getName() |
QueryTheSpecifiedIpAddressGroupResponse |
setBindedInstances(List<IpCollectionBindedInstance> bindedInstances) |
QueryTheSpecifiedIpAddressGroupResponse |
setDescription(String description) |
QueryTheSpecifiedIpAddressGroupResponse |
setIpAddressInfo(List<TemplateIpAddressInfo> ipAddressInfo) |
QueryTheSpecifiedIpAddressGroupResponse |
setIpSetId(String ipSetId) |
QueryTheSpecifiedIpAddressGroupResponse |
setIpVersion(String ipVersion) |
QueryTheSpecifiedIpAddressGroupResponse |
setName(String name) |
String |
toString() |
public QueryTheSpecifiedIpAddressGroupResponse()
public String getIpSetId()
public QueryTheSpecifiedIpAddressGroupResponse setIpSetId(String ipSetId)
public String getName()
public QueryTheSpecifiedIpAddressGroupResponse setName(String name)
public String getDescription()
public QueryTheSpecifiedIpAddressGroupResponse setDescription(String description)
public String getIpVersion()
public QueryTheSpecifiedIpAddressGroupResponse setIpVersion(String ipVersion)
public List<TemplateIpAddressInfo> getIpAddressInfo()
public QueryTheSpecifiedIpAddressGroupResponse setIpAddressInfo(List<TemplateIpAddressInfo> ipAddressInfo)
public List<IpCollectionBindedInstance> getBindedInstances()
public QueryTheSpecifiedIpAddressGroupResponse setBindedInstances(List<IpCollectionBindedInstance> bindedInstances)
Copyright © 2026. All rights reserved.