com.amazonaws.services.directconnect.model
Class CreatePublicVirtualInterfaceResult

java.lang.Object
  extended by com.amazonaws.services.directconnect.model.CreatePublicVirtualInterfaceResult
All Implemented Interfaces:
Serializable

public class CreatePublicVirtualInterfaceResult
extends Object
implements Serializable

A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer.

See Also:
Serialized Form

Constructor Summary
CreatePublicVirtualInterfaceResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAmazonAddress()
          IP address assigned to the Amazon interface.
 Integer getAsn()
          Autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
 String getAuthKey()
          Authentication key for BGP configuration.
 String getConnectionId()
          ID of the connection.
 String getCustomerAddress()
          IP address assigned to the customer interface.
 String getCustomerRouterConfig()
          Information for generating the customer router configuration.
 String getLocation()
          Where the connection is located.
 String getOwnerAccount()
          Returns the value of the OwnerAccount property for this object.
 List<RouteFilterPrefix> getRouteFilterPrefixes()
          A list of routes to be advertised to the AWS network in this region (public virtual interface) or your VPC (private virtual interface).
 String getVirtualGatewayId()
          The ID of the virtual private gateway to a VPC.
 String getVirtualInterfaceId()
          ID of the virtual interface.
 String getVirtualInterfaceName()
          The name of the virtual interface assigned by the customer.
 String getVirtualInterfaceState()
          State of the virtual interface.
 String getVirtualInterfaceType()
          The type of virtual interface.
 Integer getVlan()
          The VLAN ID.
 int hashCode()
           
 void setAmazonAddress(String amazonAddress)
          IP address assigned to the Amazon interface.
 void setAsn(Integer asn)
          Autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
 void setAuthKey(String authKey)
          Authentication key for BGP configuration.
 void setConnectionId(String connectionId)
          ID of the connection.
 void setCustomerAddress(String customerAddress)
          IP address assigned to the customer interface.
 void setCustomerRouterConfig(String customerRouterConfig)
          Information for generating the customer router configuration.
 void setLocation(String location)
          Where the connection is located.
 void setOwnerAccount(String ownerAccount)
          Sets the value of the OwnerAccount property for this object.
 void setRouteFilterPrefixes(Collection<RouteFilterPrefix> routeFilterPrefixes)
          A list of routes to be advertised to the AWS network in this region (public virtual interface) or your VPC (private virtual interface).
 void setVirtualGatewayId(String virtualGatewayId)
          The ID of the virtual private gateway to a VPC.
 void setVirtualInterfaceId(String virtualInterfaceId)
          ID of the virtual interface.
 void setVirtualInterfaceName(String virtualInterfaceName)
          The name of the virtual interface assigned by the customer.
 void setVirtualInterfaceState(String virtualInterfaceState)
          State of the virtual interface.
 void setVirtualInterfaceState(VirtualInterfaceState virtualInterfaceState)
          State of the virtual interface.
 void setVirtualInterfaceType(String virtualInterfaceType)
          The type of virtual interface.
 void setVlan(Integer vlan)
          The VLAN ID.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CreatePublicVirtualInterfaceResult withAmazonAddress(String amazonAddress)
          IP address assigned to the Amazon interface.
 CreatePublicVirtualInterfaceResult withAsn(Integer asn)
          Autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
 CreatePublicVirtualInterfaceResult withAuthKey(String authKey)
          Authentication key for BGP configuration.
 CreatePublicVirtualInterfaceResult withConnectionId(String connectionId)
          ID of the connection.
 CreatePublicVirtualInterfaceResult withCustomerAddress(String customerAddress)
          IP address assigned to the customer interface.
 CreatePublicVirtualInterfaceResult withCustomerRouterConfig(String customerRouterConfig)
          Information for generating the customer router configuration.
 CreatePublicVirtualInterfaceResult withLocation(String location)
          Where the connection is located.
 CreatePublicVirtualInterfaceResult withOwnerAccount(String ownerAccount)
          Sets the value of the OwnerAccount property for this object.
 CreatePublicVirtualInterfaceResult withRouteFilterPrefixes(Collection<RouteFilterPrefix> routeFilterPrefixes)
          A list of routes to be advertised to the AWS network in this region (public virtual interface) or your VPC (private virtual interface).
 CreatePublicVirtualInterfaceResult withRouteFilterPrefixes(RouteFilterPrefix... routeFilterPrefixes)
          A list of routes to be advertised to the AWS network in this region (public virtual interface) or your VPC (private virtual interface).
 CreatePublicVirtualInterfaceResult withVirtualGatewayId(String virtualGatewayId)
          The ID of the virtual private gateway to a VPC.
 CreatePublicVirtualInterfaceResult withVirtualInterfaceId(String virtualInterfaceId)
          ID of the virtual interface.
 CreatePublicVirtualInterfaceResult withVirtualInterfaceName(String virtualInterfaceName)
          The name of the virtual interface assigned by the customer.
 CreatePublicVirtualInterfaceResult withVirtualInterfaceState(String virtualInterfaceState)
          State of the virtual interface.
 CreatePublicVirtualInterfaceResult withVirtualInterfaceState(VirtualInterfaceState virtualInterfaceState)
          State of the virtual interface.
 CreatePublicVirtualInterfaceResult withVirtualInterfaceType(String virtualInterfaceType)
          The type of virtual interface.
 CreatePublicVirtualInterfaceResult withVlan(Integer vlan)
          The VLAN ID.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreatePublicVirtualInterfaceResult

public CreatePublicVirtualInterfaceResult()
Method Detail

getOwnerAccount

public String getOwnerAccount()
Returns the value of the OwnerAccount property for this object.

Returns:
The value of the OwnerAccount property for this object.

setOwnerAccount

public void setOwnerAccount(String ownerAccount)
Sets the value of the OwnerAccount property for this object.

Parameters:
ownerAccount - The new value for the OwnerAccount property for this object.

withOwnerAccount

public CreatePublicVirtualInterfaceResult withOwnerAccount(String ownerAccount)
Sets the value of the OwnerAccount property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
ownerAccount - The new value for the OwnerAccount property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getVirtualInterfaceId

public String getVirtualInterfaceId()
ID of the virtual interface.

Example: dxvif-123dfg56

Default: None

Returns:
ID of the virtual interface.

Example: dxvif-123dfg56

Default: None


setVirtualInterfaceId

public void setVirtualInterfaceId(String virtualInterfaceId)
ID of the virtual interface.

Example: dxvif-123dfg56

Default: None

Parameters:
virtualInterfaceId - ID of the virtual interface.

Example: dxvif-123dfg56

Default: None


withVirtualInterfaceId

public CreatePublicVirtualInterfaceResult withVirtualInterfaceId(String virtualInterfaceId)
ID of the virtual interface.

Example: dxvif-123dfg56

Default: None

Returns a reference to this object so that method calls can be chained together.

Parameters:
virtualInterfaceId - ID of the virtual interface.

Example: dxvif-123dfg56

Default: None

Returns:
A reference to this updated object so that method calls can be chained together.

getLocation

public String getLocation()
Where the connection is located.

Example: EqSV5

Default: None

Returns:
Where the connection is located.

Example: EqSV5

Default: None


setLocation

public void setLocation(String location)
Where the connection is located.

Example: EqSV5

Default: None

Parameters:
location - Where the connection is located.

Example: EqSV5

Default: None


withLocation

public CreatePublicVirtualInterfaceResult withLocation(String location)
Where the connection is located.

Example: EqSV5

Default: None

Returns a reference to this object so that method calls can be chained together.

Parameters:
location - Where the connection is located.

Example: EqSV5

Default: None

Returns:
A reference to this updated object so that method calls can be chained together.

getConnectionId

public String getConnectionId()
ID of the connection.

Example: dxcon-fg5678gh

Default: None

Returns:
ID of the connection.

Example: dxcon-fg5678gh

Default: None


setConnectionId

public void setConnectionId(String connectionId)
ID of the connection.

Example: dxcon-fg5678gh

Default: None

Parameters:
connectionId - ID of the connection.

Example: dxcon-fg5678gh

Default: None


withConnectionId

public CreatePublicVirtualInterfaceResult withConnectionId(String connectionId)
ID of the connection.

Example: dxcon-fg5678gh

Default: None

Returns a reference to this object so that method calls can be chained together.

Parameters:
connectionId - ID of the connection.

Example: dxcon-fg5678gh

Default: None

Returns:
A reference to this updated object so that method calls can be chained together.

getVirtualInterfaceType

public String getVirtualInterfaceType()
The type of virtual interface.

Example: private (Amazon VPC) or public (Amazon S3, Amazon DynamoDB, and so on.)

Returns:
The type of virtual interface.

Example: private (Amazon VPC) or public (Amazon S3, Amazon DynamoDB, and so on.)


setVirtualInterfaceType

public void setVirtualInterfaceType(String virtualInterfaceType)
The type of virtual interface.

Example: private (Amazon VPC) or public (Amazon S3, Amazon DynamoDB, and so on.)

Parameters:
virtualInterfaceType - The type of virtual interface.

Example: private (Amazon VPC) or public (Amazon S3, Amazon DynamoDB, and so on.)


withVirtualInterfaceType

public CreatePublicVirtualInterfaceResult withVirtualInterfaceType(String virtualInterfaceType)
The type of virtual interface.

Example: private (Amazon VPC) or public (Amazon S3, Amazon DynamoDB, and so on.)

Returns a reference to this object so that method calls can be chained together.

Parameters:
virtualInterfaceType - The type of virtual interface.

Example: private (Amazon VPC) or public (Amazon S3, Amazon DynamoDB, and so on.)

Returns:
A reference to this updated object so that method calls can be chained together.

getVirtualInterfaceName

public String getVirtualInterfaceName()
The name of the virtual interface assigned by the customer.

Example: "My VPC"

Returns:
The name of the virtual interface assigned by the customer.

Example: "My VPC"


setVirtualInterfaceName

public void setVirtualInterfaceName(String virtualInterfaceName)
The name of the virtual interface assigned by the customer.

Example: "My VPC"

Parameters:
virtualInterfaceName - The name of the virtual interface assigned by the customer.

Example: "My VPC"


withVirtualInterfaceName

public CreatePublicVirtualInterfaceResult withVirtualInterfaceName(String virtualInterfaceName)
The name of the virtual interface assigned by the customer.

Example: "My VPC"

Returns a reference to this object so that method calls can be chained together.

Parameters:
virtualInterfaceName - The name of the virtual interface assigned by the customer.

Example: "My VPC"

Returns:
A reference to this updated object so that method calls can be chained together.

getVlan

public Integer getVlan()
The VLAN ID.

Example: 101

Returns:
The VLAN ID.

Example: 101


setVlan

public void setVlan(Integer vlan)
The VLAN ID.

Example: 101

Parameters:
vlan - The VLAN ID.

Example: 101


withVlan

public CreatePublicVirtualInterfaceResult withVlan(Integer vlan)
The VLAN ID.

Example: 101

Returns a reference to this object so that method calls can be chained together.

Parameters:
vlan - The VLAN ID.

Example: 101

Returns:
A reference to this updated object so that method calls can be chained together.

getAsn

public Integer getAsn()
Autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.

Example: 65000

Returns:
Autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.

Example: 65000


setAsn

public void setAsn(Integer asn)
Autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.

Example: 65000

Parameters:
asn - Autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.

Example: 65000


withAsn

public CreatePublicVirtualInterfaceResult withAsn(Integer asn)
Autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.

Example: 65000

Returns a reference to this object so that method calls can be chained together.

Parameters:
asn - Autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.

Example: 65000

Returns:
A reference to this updated object so that method calls can be chained together.

getAuthKey

public String getAuthKey()
Authentication key for BGP configuration.

Example: asdf34example

Returns:
Authentication key for BGP configuration.

Example: asdf34example


setAuthKey

public void setAuthKey(String authKey)
Authentication key for BGP configuration.

Example: asdf34example

Parameters:
authKey - Authentication key for BGP configuration.

Example: asdf34example


withAuthKey

public CreatePublicVirtualInterfaceResult withAuthKey(String authKey)
Authentication key for BGP configuration.

Example: asdf34example

Returns a reference to this object so that method calls can be chained together.

Parameters:
authKey - Authentication key for BGP configuration.

Example: asdf34example

Returns:
A reference to this updated object so that method calls can be chained together.

getAmazonAddress

public String getAmazonAddress()
IP address assigned to the Amazon interface.

Example: 192.168.1.1/30

Returns:
IP address assigned to the Amazon interface.

Example: 192.168.1.1/30


setAmazonAddress

public void setAmazonAddress(String amazonAddress)
IP address assigned to the Amazon interface.

Example: 192.168.1.1/30

Parameters:
amazonAddress - IP address assigned to the Amazon interface.

Example: 192.168.1.1/30


withAmazonAddress

public CreatePublicVirtualInterfaceResult withAmazonAddress(String amazonAddress)
IP address assigned to the Amazon interface.

Example: 192.168.1.1/30

Returns a reference to this object so that method calls can be chained together.

Parameters:
amazonAddress - IP address assigned to the Amazon interface.

Example: 192.168.1.1/30

Returns:
A reference to this updated object so that method calls can be chained together.

getCustomerAddress

public String getCustomerAddress()
IP address assigned to the customer interface.

Example: 192.168.1.2/30

Returns:
IP address assigned to the customer interface.

Example: 192.168.1.2/30


setCustomerAddress

public void setCustomerAddress(String customerAddress)
IP address assigned to the customer interface.

Example: 192.168.1.2/30

Parameters:
customerAddress - IP address assigned to the customer interface.

Example: 192.168.1.2/30


withCustomerAddress

public CreatePublicVirtualInterfaceResult withCustomerAddress(String customerAddress)
IP address assigned to the customer interface.

Example: 192.168.1.2/30

Returns a reference to this object so that method calls can be chained together.

Parameters:
customerAddress - IP address assigned to the customer interface.

Example: 192.168.1.2/30

Returns:
A reference to this updated object so that method calls can be chained together.

getVirtualInterfaceState

public String getVirtualInterfaceState()
State of the virtual interface.

Constraints:
Allowed Values: confirming, verifying, pending, available, deleting, deleted, rejected

Returns:
State of the virtual interface.
  • Confirming: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.
  • Verifying: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.
  • Pending: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.
  • Available: A virtual interface that is able to forward traffic.
  • Deleting: A virtual interface is in this state immediately after calling DeleteVirtualInterface until it can no longer forward traffic.
  • Deleted: A virtual interface that cannot forward traffic.
  • Rejected: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the 'Confirming' state is deleted by the virtual interface owner, the virtual interface will enter the 'Rejected' state.
See Also:
VirtualInterfaceState

setVirtualInterfaceState

public void setVirtualInterfaceState(String virtualInterfaceState)
State of the virtual interface.

Constraints:
Allowed Values: confirming, verifying, pending, available, deleting, deleted, rejected

Parameters:
virtualInterfaceState - State of the virtual interface.
  • Confirming: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.
  • Verifying: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.
  • Pending: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.
  • Available: A virtual interface that is able to forward traffic.
  • Deleting: A virtual interface is in this state immediately after calling DeleteVirtualInterface until it can no longer forward traffic.
  • Deleted: A virtual interface that cannot forward traffic.
  • Rejected: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the 'Confirming' state is deleted by the virtual interface owner, the virtual interface will enter the 'Rejected' state.
See Also:
VirtualInterfaceState

withVirtualInterfaceState

public CreatePublicVirtualInterfaceResult withVirtualInterfaceState(String virtualInterfaceState)
State of the virtual interface.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Allowed Values: confirming, verifying, pending, available, deleting, deleted, rejected

Parameters:
virtualInterfaceState - State of the virtual interface.
  • Confirming: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.
  • Verifying: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.
  • Pending: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.
  • Available: A virtual interface that is able to forward traffic.
  • Deleting: A virtual interface is in this state immediately after calling DeleteVirtualInterface until it can no longer forward traffic.
  • Deleted: A virtual interface that cannot forward traffic.
  • Rejected: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the 'Confirming' state is deleted by the virtual interface owner, the virtual interface will enter the 'Rejected' state.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
VirtualInterfaceState

setVirtualInterfaceState

public void setVirtualInterfaceState(VirtualInterfaceState virtualInterfaceState)
State of the virtual interface.

Constraints:
Allowed Values: confirming, verifying, pending, available, deleting, deleted, rejected

Parameters:
virtualInterfaceState - State of the virtual interface.
  • Confirming: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.
  • Verifying: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.
  • Pending: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.
  • Available: A virtual interface that is able to forward traffic.
  • Deleting: A virtual interface is in this state immediately after calling DeleteVirtualInterface until it can no longer forward traffic.
  • Deleted: A virtual interface that cannot forward traffic.
  • Rejected: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the 'Confirming' state is deleted by the virtual interface owner, the virtual interface will enter the 'Rejected' state.
See Also:
VirtualInterfaceState

withVirtualInterfaceState

public CreatePublicVirtualInterfaceResult withVirtualInterfaceState(VirtualInterfaceState virtualInterfaceState)
State of the virtual interface.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Allowed Values: confirming, verifying, pending, available, deleting, deleted, rejected

Parameters:
virtualInterfaceState - State of the virtual interface.
  • Confirming: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.
  • Verifying: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.
  • Pending: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.
  • Available: A virtual interface that is able to forward traffic.
  • Deleting: A virtual interface is in this state immediately after calling DeleteVirtualInterface until it can no longer forward traffic.
  • Deleted: A virtual interface that cannot forward traffic.
  • Rejected: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the 'Confirming' state is deleted by the virtual interface owner, the virtual interface will enter the 'Rejected' state.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
VirtualInterfaceState

getCustomerRouterConfig

public String getCustomerRouterConfig()
Information for generating the customer router configuration.

Returns:
Information for generating the customer router configuration.

setCustomerRouterConfig

public void setCustomerRouterConfig(String customerRouterConfig)
Information for generating the customer router configuration.

Parameters:
customerRouterConfig - Information for generating the customer router configuration.

withCustomerRouterConfig

public CreatePublicVirtualInterfaceResult withCustomerRouterConfig(String customerRouterConfig)
Information for generating the customer router configuration.

Returns a reference to this object so that method calls can be chained together.

Parameters:
customerRouterConfig - Information for generating the customer router configuration.
Returns:
A reference to this updated object so that method calls can be chained together.

getVirtualGatewayId

public String getVirtualGatewayId()
The ID of the virtual private gateway to a VPC. This only applies to private virtual interfaces.

Example: vgw-123er56

Returns:
The ID of the virtual private gateway to a VPC. This only applies to private virtual interfaces.

Example: vgw-123er56


setVirtualGatewayId

public void setVirtualGatewayId(String virtualGatewayId)
The ID of the virtual private gateway to a VPC. This only applies to private virtual interfaces.

Example: vgw-123er56

Parameters:
virtualGatewayId - The ID of the virtual private gateway to a VPC. This only applies to private virtual interfaces.

Example: vgw-123er56


withVirtualGatewayId

public CreatePublicVirtualInterfaceResult withVirtualGatewayId(String virtualGatewayId)
The ID of the virtual private gateway to a VPC. This only applies to private virtual interfaces.

Example: vgw-123er56

Returns a reference to this object so that method calls can be chained together.

Parameters:
virtualGatewayId - The ID of the virtual private gateway to a VPC. This only applies to private virtual interfaces.

Example: vgw-123er56

Returns:
A reference to this updated object so that method calls can be chained together.

getRouteFilterPrefixes

public List<RouteFilterPrefix> getRouteFilterPrefixes()
A list of routes to be advertised to the AWS network in this region (public virtual interface) or your VPC (private virtual interface).

Returns:
A list of routes to be advertised to the AWS network in this region (public virtual interface) or your VPC (private virtual interface).

setRouteFilterPrefixes

public void setRouteFilterPrefixes(Collection<RouteFilterPrefix> routeFilterPrefixes)
A list of routes to be advertised to the AWS network in this region (public virtual interface) or your VPC (private virtual interface).

Parameters:
routeFilterPrefixes - A list of routes to be advertised to the AWS network in this region (public virtual interface) or your VPC (private virtual interface).

withRouteFilterPrefixes

public CreatePublicVirtualInterfaceResult withRouteFilterPrefixes(RouteFilterPrefix... routeFilterPrefixes)
A list of routes to be advertised to the AWS network in this region (public virtual interface) or your VPC (private virtual interface).

Returns a reference to this object so that method calls can be chained together.

Parameters:
routeFilterPrefixes - A list of routes to be advertised to the AWS network in this region (public virtual interface) or your VPC (private virtual interface).
Returns:
A reference to this updated object so that method calls can be chained together.

withRouteFilterPrefixes

public CreatePublicVirtualInterfaceResult withRouteFilterPrefixes(Collection<RouteFilterPrefix> routeFilterPrefixes)
A list of routes to be advertised to the AWS network in this region (public virtual interface) or your VPC (private virtual interface).

Returns a reference to this object so that method calls can be chained together.

Parameters:
routeFilterPrefixes - A list of routes to be advertised to the AWS network in this region (public virtual interface) or your VPC (private virtual interface).
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2016. All rights reserved.