コード例 #1
0
 public Builder setResult(java.lang.String value) {
   if (value == null) {
     throw new NullPointerException();
   }
   result.hasResult = true;
   result.result_ = value;
   return this;
 }
コード例 #2
0
 public Builder clearResult() {
   result.hasResult = false;
   result.result_ = getDefaultInstance().getResult();
   return this;
 }