Interface Protocol.SubRefreshRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Protocol.SubRefreshRequest
,Protocol.SubRefreshRequest.Builder
- Enclosing class:
- Protocol
public static interface Protocol.SubRefreshRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getChannel()
string channel = 1;
com.google.protobuf.ByteString
getChannelBytes()
string channel = 1;
java.lang.String
getToken()
string token = 2;
com.google.protobuf.ByteString
getTokenBytes()
string token = 2;
-
-
-
Method Detail
-
getChannel
java.lang.String getChannel()
string channel = 1;
- Returns:
- The channel.
-
getChannelBytes
com.google.protobuf.ByteString getChannelBytes()
string channel = 1;
- Returns:
- The bytes for channel.
-
getToken
java.lang.String getToken()
string token = 2;
- Returns:
- The token.
-
getTokenBytes
com.google.protobuf.ByteString getTokenBytes()
string token = 2;
- Returns:
- The bytes for token.
-
-