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