public class VirtualGuestNetworkComponent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VirtualGuestNetworkComponent.Builder |
Modifier | Constructor and Description |
---|---|
protected |
VirtualGuestNetworkComponent(int id,
String uuid,
int guestId,
int networkId,
String macAddress,
int maxSpeed,
String name,
int port,
int speed,
String status,
NetworkVlan networkVlan) |
Modifier and Type | Method and Description |
---|---|
static VirtualGuestNetworkComponent.Builder |
builder() |
boolean |
equals(Object o) |
int |
getGuestId() |
int |
getId() |
String |
getMacAddress() |
int |
getMaxSpeed() |
String |
getName() |
int |
getNetworkId() |
NetworkVlan |
getNetworkVlan() |
int |
getPort() |
int |
getSpeed() |
String |
getStatus() |
String |
getUuid() |
int |
hashCode() |
VirtualGuestNetworkComponent.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","uuid","guestId","networkId","macAddress","maxSpeed","name","port","speed","status","networkVlan"}) protected VirtualGuestNetworkComponent(int id, String uuid, int guestId, int networkId, @Nullable String macAddress, int maxSpeed, @Nullable String name, int port, int speed, @Nullable String status, @Nullable NetworkVlan networkVlan)
public static VirtualGuestNetworkComponent.Builder builder()
public VirtualGuestNetworkComponent.Builder toBuilder()
public int getId()
public String getUuid()
public int getGuestId()
public int getNetworkId()
public String getMacAddress()
public int getMaxSpeed()
public String getName()
public int getPort()
public int getSpeed()
public String getStatus()
public NetworkVlan getNetworkVlan()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.