コード例 #1
0
 public ProcessResponseNotesComponent copy() {
   ProcessResponseNotesComponent dst = new ProcessResponseNotesComponent();
   copyValues(dst);
   dst.type = type == null ? null : type.copy();
   dst.text = text == null ? null : text.copy();
   return dst;
 }