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

wechat.protobuf.NewSyncResponseOrBuilder 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 NewSyncResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.NewSyncResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional int32 ret = 1;
   * @return Whether the ret field is set.
   */
  boolean hasRet();
  /**
   * optional int32 ret = 1;
   * @return The ret.
   */
  int getRet();

  /**
   * optional .wechat_proto.CmdList cmdList = 2;
   * @return Whether the cmdList field is set.
   */
  boolean hasCmdList();
  /**
   * optional .wechat_proto.CmdList cmdList = 2;
   * @return The cmdList.
   */
  wechat.protobuf.CmdList getCmdList();
  /**
   * optional .wechat_proto.CmdList cmdList = 2;
   */
  wechat.protobuf.CmdListOrBuilder getCmdListOrBuilder();

  /**
   * optional uint32 continueFlag = 3;
   * @return Whether the continueFlag field is set.
   */
  boolean hasContinueFlag();
  /**
   * optional uint32 continueFlag = 3;
   * @return The continueFlag.
   */
  int getContinueFlag();

  /**
   * optional .wechat_proto.SKBuiltinString_ keyBuf = 4;
   * @return Whether the keyBuf field is set.
   */
  boolean hasKeyBuf();
  /**
   * optional .wechat_proto.SKBuiltinString_ keyBuf = 4;
   * @return The keyBuf.
   */
  wechat.protobuf.SKBuiltinString_ getKeyBuf();
  /**
   * optional .wechat_proto.SKBuiltinString_ keyBuf = 4;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getKeyBufOrBuilder();

  /**
   * optional uint32 status = 5;
   * @return Whether the status field is set.
   */
  boolean hasStatus();
  /**
   * optional uint32 status = 5;
   * @return The status.
   */
  int getStatus();

  /**
   * optional uint32 onlineVersion = 6;
   * @return Whether the onlineVersion field is set.
   */
  boolean hasOnlineVersion();
  /**
   * optional uint32 onlineVersion = 6;
   * @return The onlineVersion.
   */
  int getOnlineVersion();

  /**
   * optional uint32 svrTime = 7;
   * @return Whether the svrTime field is set.
   */
  boolean hasSvrTime();
  /**
   * optional uint32 svrTime = 7;
   * @return The svrTime.
   */
  int getSvrTime();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy