@Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (obj instanceof PutEventStreamRequest == false) return false; PutEventStreamRequest other = (PutEventStreamRequest) obj; if (other.getApplicationId() == null ^ this.getApplicationId() == null) return false; if (other.getApplicationId() != null && other.getApplicationId().equals(this.getApplicationId()) == false) return false; if (other.getWriteEventStream() == null ^ this.getWriteEventStream() == null) return false; if (other.getWriteEventStream() != null && other.getWriteEventStream().equals(this.getWriteEventStream()) == false) return false; return true; }
@Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (obj instanceof PutEventStreamRequest == false) return false; PutEventStreamRequest other = (PutEventStreamRequest) obj; if (other.getApplicationId() == null ^ this.getApplicationId() == null) return false; if (other.getApplicationId() != null && other.getApplicationId().equals(this.getApplicationId()) == false) return false; if (other.getWriteEventStream() == null ^ this.getWriteEventStream() == null) return false; if (other.getWriteEventStream() != null && other.getWriteEventStream().equals(this.getWriteEventStream()) == false) return false; return true; } }
@Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (obj instanceof PutEventStreamRequest == false) return false; PutEventStreamRequest other = (PutEventStreamRequest) obj; if (other.getApplicationId() == null ^ this.getApplicationId() == null) return false; if (other.getApplicationId() != null && other.getApplicationId().equals(this.getApplicationId()) == false) return false; if (other.getWriteEventStream() == null ^ this.getWriteEventStream() == null) return false; if (other.getWriteEventStream() != null && other.getWriteEventStream().equals(this.getWriteEventStream()) == false) return false; return true; }