Interface MonitorDProto.GNSSInformation.Timing.UTCOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MonitorDProto.GNSSInformation.Timing.UTC, MonitorDProto.GNSSInformation.Timing.UTC.Builder
Enclosing class:
MonitorDProto.GNSSInformation.Timing

public static interface MonitorDProto.GNSSInformation.Timing.UTCOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    UTC day.
    int
    UTC hour.
    int
    UTC minute.
    int
    UTC month.
    int
    UTC second (may also be 60, if a leap second is present).
    Used UTC standard.
    int
    Used UTC standard.
    boolean
    Whether all UTC fields are valid.
    int
    UTC year.

    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

    • getValid

      boolean getValid()
       Whether all UTC fields are valid. 
       
      bool valid = 1;
      Returns:
      The valid.
    • getStandardValue

      int getStandardValue()
       Used UTC standard. 
       
      .serosystems.proto.v3.grx.monitord.GNSSInformation.Timing.UTC.Standard standard = 2;
      Returns:
      The enum numeric value on the wire for standard.
    • getStandard

       Used UTC standard. 
       
      .serosystems.proto.v3.grx.monitord.GNSSInformation.Timing.UTC.Standard standard = 2;
      Returns:
      The standard.
    • getYear

      int getYear()
       UTC year. Actually uint16. 
       
      uint32 year = 3;
      Returns:
      The year.
    • getMonth

      int getMonth()
       UTC month. Actually uint8. 
       
      uint32 month = 4;
      Returns:
      The month.
    • getDay

      int getDay()
       UTC day. Actually uint8. 
       
      uint32 day = 5;
      Returns:
      The day.
    • getHour

      int getHour()
       UTC hour. Actually uint8. 
       
      uint32 hour = 6;
      Returns:
      The hour.
    • getMin

      int getMin()
       UTC minute. actually uint8. 
       
      uint32 min = 7;
      Returns:
      The min.
    • getSec

      int getSec()
      
       UTC second (may also be 60, if a leap second is present).
       Actually uint8.
       
      uint32 sec = 8;
      Returns:
      The sec.