org.jclouds.softlayer.domain
Class VirtualGuestNetworkComponent

java.lang.Object
  extended by org.jclouds.softlayer.domain.VirtualGuestNetworkComponent

public class VirtualGuestNetworkComponent
extends Object

Class VirtualGuestBlockDeviceTemplateGroup

See Also:

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

VirtualGuestNetworkComponent

@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

builder

public static VirtualGuestNetworkComponent.Builder builder()

toBuilder

public VirtualGuestNetworkComponent.Builder toBuilder()

getId

public int getId()

getUuid

public String getUuid()

getGuestId

public int getGuestId()

getNetworkId

public int getNetworkId()

getMacAddress

public String getMacAddress()

getMaxSpeed

public int getMaxSpeed()

getName

public String getName()

getPort

public int getPort()

getSpeed

public int getSpeed()

getStatus

public String getStatus()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.