修复候选通道查询bug
This commit is contained in:
@@ -14,6 +14,10 @@ public class GbStream extends PlatformGbStream{
|
||||
private double latitude;
|
||||
private String streamType;
|
||||
private boolean status;
|
||||
/**
|
||||
* GMT unix系统时间戳,单位秒
|
||||
*/
|
||||
public Long createStamp;
|
||||
|
||||
public String getApp() {
|
||||
return app;
|
||||
@@ -86,4 +90,13 @@ public class GbStream extends PlatformGbStream{
|
||||
public void setMediaServerId(String mediaServerId) {
|
||||
this.mediaServerId = mediaServerId;
|
||||
}
|
||||
|
||||
|
||||
public Long getCreateStamp() {
|
||||
return createStamp;
|
||||
}
|
||||
|
||||
public void setCreateStamp(Long createStamp) {
|
||||
this.createStamp = createStamp;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user