public class ListNodeFibreChannelPortInfoResult
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ListNodeFibreChannelPortInfoResult.Builder |
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
ListNodeFibreChannelPortInfoResult() |
ListNodeFibreChannelPortInfoResult(FibreChannelPortInfo[] fibreChannelPorts) |
| Modifier and Type | Method and Description |
|---|---|
ListNodeFibreChannelPortInfoResult.Builder |
asBuilder() |
static ListNodeFibreChannelPortInfoResult.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
FibreChannelPortInfo[] |
getFibreChannelPorts()
List of all physical Fibre Channel ports.
|
int |
hashCode() |
void |
setFibreChannelPorts(FibreChannelPortInfo[] fibreChannelPorts) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
@Since(value="7.0") public ListNodeFibreChannelPortInfoResult(FibreChannelPortInfo[] fibreChannelPorts)
public FibreChannelPortInfo[] getFibreChannelPorts()
public void setFibreChannelPorts(FibreChannelPortInfo[] fibreChannelPorts)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.util.Map<java.lang.String,java.lang.Object> toMap()
public java.lang.String toString()
toString in class java.lang.Objectpublic static ListNodeFibreChannelPortInfoResult.Builder builder()
public final ListNodeFibreChannelPortInfoResult.Builder asBuilder()