@Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (getClass() != obj.getClass()) return false; OFOxmInPhyPortVer13 other = (OFOxmInPhyPortVer13) obj; if (value == null) { if (other.value != null) return false; } else if (!value.equals(other.value)) return false; return true; }
@Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (getClass() != obj.getClass()) return false; OFBsnSetLacpReplyVer14 other = (OFBsnSetLacpReplyVer14) obj; if (xid != other.xid) return false; if (status != other.status) return false; if (portNo == null) { if (other.portNo != null) return false; } else if (!portNo.equals(other.portNo)) return false; return true; }
@Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (getClass() != obj.getClass()) return false; OFBsnPduTxRequestVer10 other = (OFBsnPduTxRequestVer10) obj; if (xid != other.xid) return false; if (txIntervalMs != other.txIntervalMs) return false; if (portNo == null) { if (other.portNo != null) return false; } else if (!portNo.equals(other.portNo)) return false; if (slotNum != other.slotNum) return false; if (!Arrays.equals(data, other.data)) return false; return true; }
@Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (getClass() != obj.getClass()) return false; OFPortStatsRequestVer13 other = (OFPortStatsRequestVer13) obj; if (xid != other.xid) return false; if (flags == null) { if (other.flags != null) return false; } else if (!flags.equals(other.flags)) return false; if (portNo == null) { if (other.portNo != null) return false; } else if (!portNo.equals(other.portNo)) return false; return true; }
@Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (getClass() != obj.getClass()) return false; OFPortDescVer12 other = (OFPortDescVer12) obj; if (portNo == null) { if (other.portNo != null) return false; } else if (!portNo.equals(other.portNo)) return false; if (hwAddr == null) { if (other.hwAddr != null) return false; } else if (!hwAddr.equals(other.hwAddr)) return false; if (name == null) { if (other.name != null) return false; } else if (!name.equals(other.name)) return false; if (config == null) { if (other.config != null) return false; } else if (!config.equals(other.config)) return false; if (state == null) { if (other.state != null) return false; } else if (!state.equals(other.state)) return false; if (curr == null) { if (other.curr != null) return false; } else if (!curr.equals(other.curr)) return false; if (advertised == null) { if (other.advertised != null) return false; } else if (!advertised.equals(other.advertised)) return false; if (supported == null) { if (other.supported != null) return false; } else if (!supported.equals(other.supported)) return false; if (peer == null) { if (other.peer != null) return false; } else if (!peer.equals(other.peer)) return false; if (currSpeed != other.currSpeed) return false; if (maxSpeed != other.maxSpeed) return false; return true; }