public class DpSuppressedPortsSyncObj extends AbstractSyncObj<DpSuppressedPortsSyncObj>
DpSuppressedPorts objects.| Constructor and Description |
|---|
DpSuppressedPortsSyncObj() |
DpSuppressedPortsSyncObj(List<DpSuppressedPorts> suppSync) |
| Modifier and Type | Method and Description |
|---|---|
SyncObj |
decode(com.fasterxml.jackson.databind.node.ObjectNode nodes)
Convert a given raw ObjectNode to required SyncObject.
|
com.fasterxml.jackson.databind.node.ObjectNode |
encode(com.fasterxml.jackson.databind.node.ObjectNode rawNode)
Stuffs an empty ObjectNode with desired form of the SyncObj.
|
List<DpSuppressedPorts> |
getSuppressPorts() |
isNull, mapper, marshal, unmarshalpublic DpSuppressedPortsSyncObj(List<DpSuppressedPorts> suppSync)
public DpSuppressedPortsSyncObj()
public List<DpSuppressedPorts> getSuppressPorts()
public SyncObj decode(com.fasterxml.jackson.databind.node.ObjectNode nodes)
AbstractSyncObjdecode in class AbstractSyncObj<DpSuppressedPortsSyncObj>nodes - the raw ObjectNode synthesized from the bytes retrieved
from the HA infrastructure.public com.fasterxml.jackson.databind.node.ObjectNode encode(com.fasterxml.jackson.databind.node.ObjectNode rawNode)
AbstractSyncObjencode in class AbstractSyncObj<DpSuppressedPortsSyncObj>rawNode - the empty ObjectNode that needs to be built on.Copyright © 2014. All Rights Reserved.