All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wechat.protobuf.NewInitResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 8.0.48.01
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: wechat.proto

package wechat.protobuf;

public interface NewInitResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.NewInitResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional .wechat_proto.BaseResponse BaseResponse = 1;
   * @return Whether the baseResponse field is set.
   */
  boolean hasBaseResponse();
  /**
   * optional .wechat_proto.BaseResponse BaseResponse = 1;
   * @return The baseResponse.
   */
  wechat.protobuf.BaseResponse getBaseResponse();
  /**
   * optional .wechat_proto.BaseResponse BaseResponse = 1;
   */
  wechat.protobuf.BaseResponseOrBuilder getBaseResponseOrBuilder();

  /**
   * 
   *二次同步需要带入
   * 
* * optional .wechat_proto.SKBuiltinString_ CurrentSynckey = 2; * @return Whether the currentSynckey field is set. */ boolean hasCurrentSynckey(); /** *
   *二次同步需要带入
   * 
* * optional .wechat_proto.SKBuiltinString_ CurrentSynckey = 2; * @return The currentSynckey. */ wechat.protobuf.SKBuiltinString_ getCurrentSynckey(); /** *
   *二次同步需要带入
   * 
* * optional .wechat_proto.SKBuiltinString_ CurrentSynckey = 2; */ wechat.protobuf.SKBuiltinString_OrBuilder getCurrentSynckeyOrBuilder(); /** *
   *二次同步需要带入
   * 
* * optional .wechat_proto.SKBuiltinString_ MaxSynckey = 3; * @return Whether the maxSynckey field is set. */ boolean hasMaxSynckey(); /** *
   *二次同步需要带入
   * 
* * optional .wechat_proto.SKBuiltinString_ MaxSynckey = 3; * @return The maxSynckey. */ wechat.protobuf.SKBuiltinString_ getMaxSynckey(); /** *
   *二次同步需要带入
   * 
* * optional .wechat_proto.SKBuiltinString_ MaxSynckey = 3; */ wechat.protobuf.SKBuiltinString_OrBuilder getMaxSynckeyOrBuilder(); /** *
   *等于1需要继续同步
   * 
* * optional uint32 ContinueFlag = 4; * @return Whether the continueFlag field is set. */ boolean hasContinueFlag(); /** *
   *等于1需要继续同步
   * 
* * optional uint32 ContinueFlag = 4; * @return The continueFlag. */ int getContinueFlag(); /** * optional uint32 SelectBitmap = 5; * @return Whether the selectBitmap field is set. */ boolean hasSelectBitmap(); /** * optional uint32 SelectBitmap = 5; * @return The selectBitmap. */ int getSelectBitmap(); /** * optional uint32 CmdCount = 6; * @return Whether the cmdCount field is set. */ boolean hasCmdCount(); /** * optional uint32 CmdCount = 6; * @return The cmdCount. */ int getCmdCount(); /** * repeated .wechat_proto.CmdItem CmdList = 7; */ java.util.List getCmdListList(); /** * repeated .wechat_proto.CmdItem CmdList = 7; */ wechat.protobuf.CmdItem getCmdList(int index); /** * repeated .wechat_proto.CmdItem CmdList = 7; */ int getCmdListCount(); /** * repeated .wechat_proto.CmdItem CmdList = 7; */ java.util.List getCmdListOrBuilderList(); /** * repeated .wechat_proto.CmdItem CmdList = 7; */ wechat.protobuf.CmdItemOrBuilder getCmdListOrBuilder( int index); /** * optional uint32 Ratio = 8; * @return Whether the ratio field is set. */ boolean hasRatio(); /** * optional uint32 Ratio = 8; * @return The ratio. */ int getRatio(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy