| | |
| | | @JsonIgnore |
| | | protected boolean isset_score = false; |
| | | |
| | | private String batch_id = null; |
| | | @JsonIgnore |
| | | protected boolean isset_batch_id = false; |
| | | |
| | | /** |
| | | * 默认构造函数 |
| | | */ |
| | |
| | | return this.score == null; |
| | | } |
| | | |
| | | public String getBatch_id(){return this.batch_id;} |
| | | |
| | | public void setBatch_id(String batch_id){ |
| | | this.batch_id = batch_id; |
| | | this.isset_batch_id = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyBatch_id(){return this.batch_id == null || this.batch_id.length() == 0;} |
| | | |
| | | |
| | | /** |
| | | * 重写 toString() 方法 |
| | | */ |
| | |
| | | .append("src_video_id=").append(this.src_video_id) |
| | | .append("sim_video_id=").append(this.sim_video_id) |
| | | .append("score=").append(this.score) |
| | | .append("batch_id=").append(this.batch_id) |
| | | .toString(); |
| | | } |
| | | |
| | |
| | | if (this.isset_score) { |
| | | rc_video_t2.setScore(this.getScore()); |
| | | } |
| | | if(this.isset_batch_id){ |
| | | rc_video_t2.setBatch_id(this.getBatch_id()); |
| | | } |
| | | return rc_video_t2; |
| | | } |
| | | } |