@Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (getClass() != obj.getClass()) return false; OFFlowStatsEntryVer10 other = (OFFlowStatsEntryVer10) obj; if (tableId == null) { if (other.tableId != null) return false; } else if (!tableId.equals(other.tableId)) return false; if (match == null) { if (other.match != null) return false; } else if (!match.equals(other.match)) return false; if (durationSec != other.durationSec) return false; if (durationNsec != other.durationNsec) return false; if (priority != other.priority) return false; if (idleTimeout != other.idleTimeout) return false; if (hardTimeout != other.hardTimeout) return false; if (cookie == null) { if (other.cookie != null) return false; } else if (!cookie.equals(other.cookie)) return false; if (packetCount == null) { if (other.packetCount != null) return false; } else if (!packetCount.equals(other.packetCount)) return false; if (byteCount == null) { if (other.byteCount != null) return false; } else if (!byteCount.equals(other.byteCount)) return false; if (actions == null) { if (other.actions != null) return false; } else if (!actions.equals(other.actions)) 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; OFBsnTlvMissPacketsVer13 other = (OFBsnTlvMissPacketsVer13) 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; OFUint64Ver14 other = (OFUint64Ver14) 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; OFBsnSetPktinSuppressionRequestVer12 other = (OFBsnSetPktinSuppressionRequestVer12) obj; if (xid != other.xid) return false; if (enabled != other.enabled) return false; if (idleTimeout != other.idleTimeout) return false; if (hardTimeout != other.hardTimeout) return false; if (priority != other.priority) return false; if (cookie == null) { if (other.cookie != null) return false; } else if (!cookie.equals(other.cookie)) return false; return true; }