org.jclouds.vcloud.director.v1_5.domain.network
Class IpRange

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.network.IpRange

public class IpRange
extends Object

Represents a range of IP addresses, start and end inclusive.

Author:
danikov

Nested Class Summary
static class IpRange.Builder
           
 
Method Summary
static IpRange.Builder builder()
           
 boolean equals(Object o)
           
 String getEndAddress()
           
 String getStartAddress()
           
 int hashCode()
           
 IpRange.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

builder

public static IpRange.Builder builder()

toBuilder

public IpRange.Builder toBuilder()

getStartAddress

public String getStartAddress()
Returns:
Start address of the IP range.

getEndAddress

public String getEndAddress()
Returns:
End address of the IP range.

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.