Interface BasicAuthenticatedUserProto.BasicAuthenticatedUserPBOrBuilder

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

public static interface BasicAuthenticatedUserProto.BasicAuthenticatedUserPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .common.protobuf.BasicUserPB basicUser = 1;
    .common.protobuf.BasicUserPB basicUser = 1;
    long
    Date object converted to epoch timestamp before serialization
    boolean
    .common.protobuf.BasicUserPB basicUser = 1;

    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

    • hasBasicUser

      boolean hasBasicUser()
      .common.protobuf.BasicUserPB basicUser = 1;
      Returns:
      Whether the basicUser field is set.
    • getBasicUser

      .common.protobuf.BasicUserPB basicUser = 1;
      Returns:
      The basicUser.
    • getBasicUserOrBuilder

      BasicUserProto.BasicUserPBOrBuilder getBasicUserOrBuilder()
      .common.protobuf.BasicUserPB basicUser = 1;
    • getTimestamp

      long getTimestamp()
       Date object converted to epoch timestamp before serialization
       
      int64 timestamp = 2;
      Returns:
      The timestamp.