|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.softlayer.domain.VirtualGuestNetworkComponent
public class VirtualGuestNetworkComponent
Class VirtualGuestBlockDeviceTemplateGroup
| Nested Class Summary | |
|---|---|
static class |
VirtualGuestNetworkComponent.Builder
|
| Constructor Summary | |
|---|---|
protected |
VirtualGuestNetworkComponent(int id,
String uuid,
int guestId,
int networkId,
String macAddress,
int maxSpeed,
String name,
int port,
int speed,
String status)
|
| Method Summary | |
|---|---|
static VirtualGuestNetworkComponent.Builder |
builder()
|
boolean |
equals(Object o)
|
int |
getGuestId()
|
int |
getId()
|
String |
getMacAddress()
|
int |
getMaxSpeed()
|
String |
getName()
|
int |
getNetworkId()
|
int |
getPort()
|
int |
getSpeed()
|
String |
getStatus()
|
String |
getUuid()
|
int |
hashCode()
|
VirtualGuestNetworkComponent.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"id","uuid","guestId","networkId","macAddress","maxSpeed","name","port","speed","status"})
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)
| Method Detail |
|---|
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 boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||