Interface APNSCredentialsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
APNSCredentials,APNSCredentials.Builder
public interface APNSCredentialsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetProduction()bool production = 2 [json_name = "production"];APNSCredentials.APNSCredentialsTokengetToken().streamlayer.pushNotification.APNSCredentials.APNSCredentialsToken token = 1 [json_name = "token"];java.lang.StringgetTopic()string topic = 3 [json_name = "topic"];com.google.protobuf.ByteStringgetTopicBytes()string topic = 3 [json_name = "topic"];booleanhasToken().streamlayer.pushNotification.APNSCredentials.APNSCredentialsToken token = 1 [json_name = "token"];
-
-
-
Method Detail
-
hasToken
boolean hasToken()
.streamlayer.pushNotification.APNSCredentials.APNSCredentialsToken token = 1 [json_name = "token"];- Returns:
- Whether the token field is set.
-
getToken
APNSCredentials.APNSCredentialsToken getToken()
.streamlayer.pushNotification.APNSCredentials.APNSCredentialsToken token = 1 [json_name = "token"];- Returns:
- The token.
-
getProduction
boolean getProduction()
bool production = 2 [json_name = "production"];- Returns:
- The production.
-
getTopic
java.lang.String getTopic()
string topic = 3 [json_name = "topic"];- Returns:
- The topic.
-
getTopicBytes
com.google.protobuf.ByteString getTopicBytes()
string topic = 3 [json_name = "topic"];- Returns:
- The bytes for topic.
-
-