Interface MinecraftAccountProto.OnlineChainJavaDataOrBuilder

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

public static interface MinecraftAccountProto.OnlineChainJavaDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Struct
    .google.protobuf.Struct auth_chain = 3;
    com.google.protobuf.StructOrBuilder
    .google.protobuf.Struct auth_chain = 3;
    string auth_token = 1;
    com.google.protobuf.ByteString
    string auth_token = 1;
    long
    int64 token_expire_at = 2;
    boolean
    .google.protobuf.Struct auth_chain = 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 Details

    • getAuthToken

      String getAuthToken()
      string auth_token = 1;
      Returns:
      The authToken.
    • getAuthTokenBytes

      com.google.protobuf.ByteString getAuthTokenBytes()
      string auth_token = 1;
      Returns:
      The bytes for authToken.
    • getTokenExpireAt

      long getTokenExpireAt()
      int64 token_expire_at = 2;
      Returns:
      The tokenExpireAt.
    • hasAuthChain

      boolean hasAuthChain()
      .google.protobuf.Struct auth_chain = 3;
      Returns:
      Whether the authChain field is set.
    • getAuthChain

      com.google.protobuf.Struct getAuthChain()
      .google.protobuf.Struct auth_chain = 3;
      Returns:
      The authChain.
    • getAuthChainOrBuilder

      com.google.protobuf.StructOrBuilder getAuthChainOrBuilder()
      .google.protobuf.Struct auth_chain = 3;