()
| 431 | } |
| 432 | |
| 433 | public String toString() { |
| 434 | return super.toStringWithQualifiers("PutRequest", |
| 435 | family, qualifiers, values, |
| 436 | ", timestamp=" + timestamp |
| 437 | + ", lockid=" + lockid |
| 438 | + ", durable=" + durable |
| 439 | + ", bufferable=" + super.bufferable); |
| 440 | } |
| 441 | |
| 442 | // ---------------------- // |
| 443 | // Package private stuff. // |
nothing calls this directly
no test coverage detected