in src/main/java/com/aliyun/openservices/aliyun/log/producer/Result.java [60:69]
public String toString() {
return "Result{"
+ "successful="
+ successful
+ ", reservedAttempts="
+ reservedAttempts
+ ", attemptCount="
+ attemptCount
+ '}';
}