public class SasPort extends BaseModelResource
Constructor and Description |
---|
SasPort() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getContainerDeviceUri() |
String |
getLinkedPortUri() |
int |
getPhyCount() |
String |
getPortIdentifier() |
String |
getPortLocation() |
String |
getPortName() |
SasPortStatusReason |
getPortStatusReason() |
SasPortType |
getPortType() |
int |
hashCode() |
boolean |
isEnabled() |
void |
setContainerDeviceUri(String containerDeviceUri) |
void |
setEnabled(boolean enabled) |
void |
setLinkedPortUri(String linkedPortUri) |
void |
setPhyCount(int phyCount) |
void |
setPortIdentifier(String portIdentifier) |
void |
setPortLocation(String portLocation) |
void |
setPortName(String portName) |
void |
setPortStatusReason(SasPortStatusReason portStatusReason) |
void |
setPortType(SasPortType portType) |
String |
toString() |
canEqual, getCategory, getCreated, getDescription, getETag, getModified, getName, getResourceId, getState, getStatus, getType, getUri, setCategory, setCreated, setDescription, setETag, setModified, setName, setState, setStatus, setType, setUri, toJsonString
public String getContainerDeviceUri()
public void setContainerDeviceUri(String containerDeviceUri)
containerDeviceUri
- the containerDeviceUri to setpublic boolean isEnabled()
public void setEnabled(boolean enabled)
enabled
- the enabled to setpublic String getLinkedPortUri()
public void setLinkedPortUri(String linkedPortUri)
linkedPortUri
- the linkedPortUri to setpublic int getPhyCount()
public void setPhyCount(int phyCount)
phyCount
- the phyCount to setpublic String getPortIdentifier()
public void setPortIdentifier(String portIdentifier)
portIdentifier
- the portIdentifier to setpublic String getPortLocation()
public void setPortLocation(String portLocation)
portLocation
- the portLocation to setpublic String getPortName()
public void setPortName(String portName)
portName
- the portName to setpublic SasPortStatusReason getPortStatusReason()
public void setPortStatusReason(SasPortStatusReason portStatusReason)
portStatusReason
- the portStatusReason to setpublic SasPortType getPortType()
public void setPortType(SasPortType portType)
portType
- the portType to setpublic boolean equals(Object obj)
equals
in class BaseModelResource
public int hashCode()
hashCode
in class BaseModelResource
public String toString()
toString
in class BaseModelResource
Copyright © 2016. All rights reserved.