spring-cloud-gcp-samples/spring-cloud-gcp-data-spanner-template-sample/src/main/java/com/example/Trade.java [122:142]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public String toString() {
    return "Trade{"
        + "tradeId="
        + this.tradeId
        + ", traderId='"
        + this.traderId
        + '\''
        + ", action='"
        + this.action
        + '\''
        + ", price="
        + this.price
        + ", shares="
        + this.shares
        + ", symbol='"
        + this.symbol
        + '\''
        + ", curve="
        + this.curve
        + '}';
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spring-cloud-gcp-samples/spring-cloud-gcp-data-spanner-repository-sample/src/main/java/com/example/Trade.java [122:142]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public String toString() {
    return "Trade{"
        + "tradeId="
        + this.tradeId
        + ", traderId='"
        + this.traderId
        + '\''
        + ", action='"
        + this.action
        + '\''
        + ", price="
        + this.price
        + ", shares="
        + this.shares
        + ", symbol='"
        + this.symbol
        + '\''
        + ", curve="
        + this.curve
        + '}';
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



