コード例 #1
0
 @Override
 @JsonIgnore
 protected <T extends APIEntity> void clone(T from) {
   super.clone(from);
   AndroidFiles androidFiles = (AndroidFiles) from;
   this.app = androidFiles.app;
   this.test = androidFiles.test;
 }