public static interface OccupancyCountingPredictionResult.DwellTimeInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDwellEndTime()
public abstract Timestamp getDwellEndTime()The end time when a dwelling object has exited in a zone.
.google.protobuf.Timestamp dwell_end_time = 4;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The dwellEndTime. |
getDwellEndTimeOrBuilder()
public abstract TimestampOrBuilder getDwellEndTimeOrBuilder()The end time when a dwelling object has exited in a zone.
.google.protobuf.Timestamp dwell_end_time = 4;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDwellStartTime()
public abstract Timestamp getDwellStartTime()The beginning time when a dwelling object has been identified in a zone.
.google.protobuf.Timestamp dwell_start_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The dwellStartTime. |
getDwellStartTimeOrBuilder()
public abstract TimestampOrBuilder getDwellStartTimeOrBuilder()The beginning time when a dwelling object has been identified in a zone.
.google.protobuf.Timestamp dwell_start_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getTrackId()
public abstract String getTrackId()An unique id to identify a track. It should be consistent across frames.
string track_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The trackId. |
getTrackIdBytes()
public abstract ByteString getTrackIdBytes()An unique id to identify a track. It should be consistent across frames.
string track_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for trackId. |
getZoneId()
public abstract String getZoneId()The unique id for the zone in which the object is dwelling/waiting.
string zone_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The zoneId. |
getZoneIdBytes()
public abstract ByteString getZoneIdBytes()The unique id for the zone in which the object is dwelling/waiting.
string zone_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for zoneId. |
hasDwellEndTime()
public abstract boolean hasDwellEndTime()The end time when a dwelling object has exited in a zone.
.google.protobuf.Timestamp dwell_end_time = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dwellEndTime field is set. |
hasDwellStartTime()
public abstract boolean hasDwellStartTime()The beginning time when a dwelling object has been identified in a zone.
.google.protobuf.Timestamp dwell_start_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dwellStartTime field is set. |