Interface ClcwOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Clcw, Clcw.Builder

    public interface ClcwOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getLockout()
      optional bool lockout = 2;
      int getNR()
      optional uint32 nR = 5;
      com.google.protobuf.Timestamp getReceptionTime()
      optional .google.protobuf.Timestamp receptionTime = 1;
      com.google.protobuf.TimestampOrBuilder getReceptionTimeOrBuilder()
      optional .google.protobuf.Timestamp receptionTime = 1;
      boolean getRetransmit()
      optional bool retransmit = 4;
      boolean getWait()
      optional bool wait = 3;
      boolean hasLockout()
      optional bool lockout = 2;
      boolean hasNR()
      optional uint32 nR = 5;
      boolean hasReceptionTime()
      optional .google.protobuf.Timestamp receptionTime = 1;
      boolean hasRetransmit()
      optional bool retransmit = 4;
      boolean hasWait()
      optional bool wait = 3;
      • 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 Detail

      • hasReceptionTime

        boolean hasReceptionTime()
        optional .google.protobuf.Timestamp receptionTime = 1;
      • getReceptionTime

        com.google.protobuf.Timestamp getReceptionTime()
        optional .google.protobuf.Timestamp receptionTime = 1;
      • getReceptionTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getReceptionTimeOrBuilder()
        optional .google.protobuf.Timestamp receptionTime = 1;
      • hasLockout

        boolean hasLockout()
        optional bool lockout = 2;
      • getLockout

        boolean getLockout()
        optional bool lockout = 2;
      • hasWait

        boolean hasWait()
        optional bool wait = 3;
      • getWait

        boolean getWait()
        optional bool wait = 3;
      • hasRetransmit

        boolean hasRetransmit()
        optional bool retransmit = 4;
      • getRetransmit

        boolean getRetransmit()
        optional bool retransmit = 4;
      • hasNR

        boolean hasNR()
        optional uint32 nR = 5;
      • getNR

        int getNR()
        optional uint32 nR = 5;