public class AsEipModel extends Object
| Constructor and Description |
|---|
AsEipModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
int |
getBandwidthInMbps() |
String |
getEipAllocationId() |
String |
getEipStatus() |
void |
setAddress(String address) |
void |
setBandwidthInMbps(int bandwidthInMbps) |
void |
setEipAllocationId(String eipAllocationId) |
void |
setEipStatus(String eipStatus) |
String |
toString() |
public int getBandwidthInMbps()
public void setBandwidthInMbps(int bandwidthInMbps)
public String getAddress()
public void setAddress(String address)
public String getEipStatus()
public void setEipStatus(String eipStatus)
public String getEipAllocationId()
public void setEipAllocationId(String eipAllocationId)
Copyright © 2024. All rights reserved.