修改注释
parent
2d5aa1e549
commit
aa3c678839
|
@ -22,7 +22,7 @@ public class CloudRecordItem {
|
||||||
private String stream;
|
private String stream;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 健全ID
|
* 鉴权ID
|
||||||
*/
|
*/
|
||||||
private String callId;
|
private String callId;
|
||||||
|
|
||||||
|
@ -61,11 +61,6 @@ public class CloudRecordItem {
|
||||||
*/
|
*/
|
||||||
private Boolean collect;
|
private Boolean collect;
|
||||||
|
|
||||||
/**
|
|
||||||
* 保留,收藏的文件不移除
|
|
||||||
*/
|
|
||||||
private Boolean reserve;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 文件大小
|
* 文件大小
|
||||||
*/
|
*/
|
||||||
|
@ -195,11 +190,4 @@ public class CloudRecordItem {
|
||||||
this.collect = collect;
|
this.collect = collect;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Boolean getReserve() {
|
|
||||||
return reserve;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setReserve(Boolean reserve) {
|
|
||||||
this.reserve = reserve;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue