接口 Aio.LoginOrBuilder

  • 所有超级接口:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    所有已知实现类:
    Aio.Login, Aio.Login.Builder
    封闭类:
    Aio

    public static interface Aio.LoginOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      Aio.Agreement getAgreement()
      编码协议
      int getAgreementValue()
      编码协议
      String getToken()
      string token = 1;
      com.google.protobuf.ByteString getTokenBytes()
      string token = 1;
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • getToken

        String getToken()
        string token = 1;
        返回:
        The token.
      • getTokenBytes

        com.google.protobuf.ByteString getTokenBytes()
        string token = 1;
        返回:
        The bytes for token.
      • getAgreementValue

        int getAgreementValue()
        
        编码协议
         
        .xin.alum.aio.model.Agreement agreement = 2;
        返回:
        The enum numeric value on the wire for agreement.
      • getAgreement

        Aio.Agreement getAgreement()
        
        编码协议
         
        .xin.alum.aio.model.Agreement agreement = 2;
        返回:
        The agreement.