Package Arp.System.Nm.Services.Grpc
Interface NotificationRegistrationInfoOuterClass.NotificationRegistrationInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NotificationRegistrationInfoOuterClass.NotificationRegistrationInfo,NotificationRegistrationInfoOuterClass.NotificationRegistrationInfo.Builder
- Enclosing class:
NotificationRegistrationInfoOuterClass
public static interface NotificationRegistrationInfoOuterClass.NotificationRegistrationInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring NotificationName = 2;com.google.protobuf.ByteStringstring NotificationName = 2;intuint32 NotificationNameId = 1;intint32 PayloadTypeId = 5;string SenderName = 3;com.google.protobuf.ByteStringstring SenderName = 3;.Arp.System.Nm.Services.Grpc.Severity Severity = 4;int.Arp.System.Nm.Services.Grpc.Severity Severity = 4;.Arp.System.Nm.Services.Grpc.NotificationRegistrationStatus Status = 6;int.Arp.System.Nm.Services.Grpc.NotificationRegistrationStatus Status = 6;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNotificationNameId
int getNotificationNameId()uint32 NotificationNameId = 1; -
getNotificationName
String getNotificationName()string NotificationName = 2; -
getNotificationNameBytes
com.google.protobuf.ByteString getNotificationNameBytes()string NotificationName = 2; -
getSenderName
String getSenderName()string SenderName = 3; -
getSenderNameBytes
com.google.protobuf.ByteString getSenderNameBytes()string SenderName = 3; -
getSeverityValue
int getSeverityValue().Arp.System.Nm.Services.Grpc.Severity Severity = 4; -
getSeverity
SeverityOuterClass.Severity getSeverity().Arp.System.Nm.Services.Grpc.Severity Severity = 4; -
getPayloadTypeId
int getPayloadTypeId()int32 PayloadTypeId = 5; -
getStatusValue
int getStatusValue().Arp.System.Nm.Services.Grpc.NotificationRegistrationStatus Status = 6; -
getStatus
.Arp.System.Nm.Services.Grpc.NotificationRegistrationStatus Status = 6;
-