Interface LifeEventSegmentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LifeEventSegment,LifeEventSegment.Builder
public interface LifeEventSegmentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLifeEvent()The life event resource.com.google.protobuf.ByteStringgetLifeEventBytes()The life event resource.booleanhasLifeEvent()The life event resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLifeEvent
boolean hasLifeEvent()
The life event resource.
optional string life_event = 1;- Returns:
- Whether the lifeEvent field is set.
-
getLifeEvent
java.lang.String getLifeEvent()
The life event resource.
optional string life_event = 1;- Returns:
- The lifeEvent.
-
getLifeEventBytes
com.google.protobuf.ByteString getLifeEventBytes()
The life event resource.
optional string life_event = 1;- Returns:
- The bytes for lifeEvent.
-
-