public interface TrackOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getID()
string ID = 1; |
com.google.protobuf.ByteString |
getIDBytes()
string ID = 1; |
String |
getSource()
string Source = 2; |
com.google.protobuf.ByteString |
getSourceBytes()
string Source = 2; |
int |
getTargetTime(int index)
repeated int32 TargetTime = 3; |
int |
getTargetTimeCount()
repeated int32 TargetTime = 3; |
List<Integer> |
getTargetTimeList()
repeated int32 TargetTime = 3; |
String |
getType()
string Type = 4; |
com.google.protobuf.ByteString |
getTypeBytes()
string Type = 4; |
String getID()
string ID = 1;com.google.protobuf.ByteString getIDBytes()
string ID = 1;String getSource()
string Source = 2;com.google.protobuf.ByteString getSourceBytes()
string Source = 2;List<Integer> getTargetTimeList()
repeated int32 TargetTime = 3;int getTargetTimeCount()
repeated int32 TargetTime = 3;int getTargetTime(int index)
repeated int32 TargetTime = 3;index - The index of the element to return.String getType()
string Type = 4;com.google.protobuf.ByteString getTypeBytes()
string Type = 4;Copyright © 2024. All rights reserved.