Interface LifeEventInfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    Taxonomy id of the life event.
    boolean
    Taxonomy id of the life event.

    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

    • hasLifeEventId

      boolean hasLifeEventId()
       Taxonomy id of the life event.
       
      optional int64 life_event_id = 1;
      Returns:
      Whether the lifeEventId field is set.
    • getLifeEventId

      long getLifeEventId()
       Taxonomy id of the life event.
       
      optional int64 life_event_id = 1;
      Returns:
      The lifeEventId.