public class InterconnectAdaptor extends BaseAdaptor<Interconnects,Object>
Constructor and Description |
---|
InterconnectAdaptor() |
Modifier and Type | Method and Description |
---|---|
InterconnectsCollection |
buildCollectionDto(Object source) |
Interconnects |
buildDto(Object source) |
Interconnects |
buildDto(Object source,
double version) |
List<NameServer> |
buildInterconnectNameServersCollection(String source) |
PortStatistics |
buildInterconnectPortStatisticsDto(String source) |
InterconnectsStatistics |
buildInterconnectStatisticsDto(String source) |
SubportStatistics |
buildInterconnectSubportStatisticsDto(String source) |
org.json.JSONArray |
buildJsonArrayDto(List<Port> source,
double version) |
org.json.JSONArray |
buildJsonArrayDto(Patch source) |
org.json.JSONObject |
buildJsonObjectFromDto(Port source,
double version) |
public Interconnects buildDto(Object source)
buildDto
in class BaseAdaptor<Interconnects,Object>
public Interconnects buildDto(Object source, double version)
public InterconnectsCollection buildCollectionDto(Object source)
public org.json.JSONArray buildJsonArrayDto(Patch source)
public org.json.JSONObject buildJsonObjectFromDto(Port source, double version)
public InterconnectsStatistics buildInterconnectStatisticsDto(String source)
public PortStatistics buildInterconnectPortStatisticsDto(String source)
public SubportStatistics buildInterconnectSubportStatisticsDto(String source)
public List<NameServer> buildInterconnectNameServersCollection(String source)
Copyright © 2016. All rights reserved.