コード例 #1
0
 public String toString() {
   return StringUtils.joinClassAttributeValues(
       this, "BoundedExponentialBackoff", BoundedExponentialBackoff.class);
 }
コード例 #2
0
 public String toString() {
   return StringUtils.joinClassAttributeValues(this, "ConstantBackoff", ConstantBackoff.class);
 }