PortEntry( @JsonProperty("port_number") String portNumber, @JsonProperty("hardware_address") String hardwareAddress, @JsonProperty("name") String name, @JsonProperty("config") List< String > config, @JsonProperty("state") List< String > state, @JsonProperty("current_features") List< String > currentFeatures, @JsonProperty("advertised_features") List< String > advertisedFeatures, @JsonProperty("supported_features") List< String > supportedFeatures, @JsonProperty("peer_features") List< String > peerFeatures, @JsonProperty("curr_speed") String currSpeed, @JsonProperty("max_speed") String maxSpeed)
List< String > getCurrentFeatures()
List< String > getConfig()
String getHardwareAddress()
List< String > getState()
List< String > getPeerFeatures()
List< String > getSupportedFeatures()
List< String > getAdvertisedFeatures()