public final class VtnPortDescAdapter extends XmlAdapter<String,VtnPortDesc>
| Constructor and Description |
|---|
VtnPortDescAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(VtnPortDesc v)
Convert the given
VtnPortDesc instance into a string. |
VtnPortDesc |
unmarshal(String v)
Convert the given string into a
VtnPortDesc instance. |
public String marshal(VtnPortDesc v)
VtnPortDesc instance into a string.marshal in class XmlAdapter<String,VtnPortDesc>v - A VtnPortDesc instance to be converted.v is not null.
null if v is null.public VtnPortDesc unmarshal(String v)
VtnPortDesc instance.unmarshal in class XmlAdapter<String,VtnPortDesc>v - A string to be converted.VtnPortDesc instance if v is not
null. null if v is null.Copyright © 2018 OpenDaylight. All rights reserved.