Interface ChannelInformationOuterClass.ChannelInformationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ChannelInformationOuterClass.ChannelInformation, ChannelInformationOuterClass.ChannelInformation.Builder
Enclosing class:
ChannelInformationOuterClass

public static interface ChannelInformationOuterClass.ChannelInformationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 GatewayID = 1;
    string ProtocolObjectName = 2;
    com.google.protobuf.ByteString
    string ProtocolObjectName = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getGatewayID

      int getGatewayID()
      uint32 GatewayID = 1;
    • getProtocolObjectName

      String getProtocolObjectName()
      string ProtocolObjectName = 2;
    • getProtocolObjectNameBytes

      com.google.protobuf.ByteString getProtocolObjectNameBytes()
      string ProtocolObjectName = 2;