public class DescribePortFwdsResponse extends HiCloudWebServiceResponse
Constructor and Description |
---|
DescribePortFwdsResponse() |
Modifier and Type | Method and Description |
---|---|
java.util.List<PortFwdEntry> |
getPortFwdList()
to get list of port forwarding data
|
void |
setPortFwdList(java.util.List<PortFwdEntry> portFwdList)
to set list of port forwarding data
|
java.lang.String |
toString() |
getRequestId, setRequestId
public java.util.List<PortFwdEntry> getPortFwdList()
public void setPortFwdList(java.util.List<PortFwdEntry> portFwdList)
portFwdList
- list of port forwarding datapublic java.lang.String toString()
toString
in class java.lang.Object