public class FibreChannelPortInfoResult
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
FibreChannelPortInfoResult.Builder |
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
FibreChannelPortInfoResult() |
FibreChannelPortInfoResult(FibreChannelPortList result) |
| Modifier and Type | Method and Description |
|---|---|
FibreChannelPortInfoResult.Builder |
asBuilder() |
static FibreChannelPortInfoResult.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
FibreChannelPortList |
getResult()
Used to return information about the Fibre Channel ports.
|
int |
hashCode() |
void |
setResult(FibreChannelPortList result) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
@Since(value="7.0") public FibreChannelPortInfoResult(FibreChannelPortList result)
public FibreChannelPortList getResult()
public void setResult(FibreChannelPortList result)
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 FibreChannelPortInfoResult.Builder builder()
public final FibreChannelPortInfoResult.Builder asBuilder()