40 super(switchId, state, address, hostname, description, controller);
SwitchInfoExtendedData( @JsonProperty("switch_id") final SwitchId switchId, @JsonProperty("state") final SwitchState state, @JsonProperty("address") final String address, @JsonProperty("hostname") final String hostname, @JsonProperty("description") final String description, @JsonProperty("controller") final String controller, @JsonProperty("flows") final List< FlowEntry > flows)