public class SnmpInterfaceIdAdapter extends XmlAdapter<ArrayList<Integer>,Set<OnmsIpInterface>>
Constructor and Description |
---|
SnmpInterfaceIdAdapter() |
Modifier and Type | Method and Description |
---|---|
ArrayList<Integer> |
marshal(Set<OnmsIpInterface> ifaces) |
Set<OnmsIpInterface> |
unmarshal(ArrayList<Integer> ids) |
public ArrayList<Integer> marshal(Set<OnmsIpInterface> ifaces) throws Exception
marshal
in class XmlAdapter<ArrayList<Integer>,Set<OnmsIpInterface>>
Exception
public Set<OnmsIpInterface> unmarshal(ArrayList<Integer> ids) throws Exception
unmarshal
in class XmlAdapter<ArrayList<Integer>,Set<OnmsIpInterface>>
Exception
Copyright © 2021. All rights reserved.