public class CreateNetworkInterfaceResult extends Object implements Serializable
Constructor and Description |
---|
CreateNetworkInterfaceResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
NetworkInterface |
getNetworkInterface()
Information about the network interface.
|
int |
hashCode() |
void |
setNetworkInterface(NetworkInterface networkInterface)
Information about the network interface.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public void setNetworkInterface(NetworkInterface networkInterface)
Information about the network interface.
networkInterface
- Information about the network interface.public NetworkInterface getNetworkInterface()
Information about the network interface.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.