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

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

  /**
   * optional string fromUserName = 1;
   * @return Whether the fromUserName field is set.
   */
  boolean hasFromUserName();
  /**
   * optional string fromUserName = 1;
   * @return The fromUserName.
   */
  java.lang.String getFromUserName();
  /**
   * optional string fromUserName = 1;
   * @return The bytes for fromUserName.
   */
  com.google.protobuf.ByteString
      getFromUserNameBytes();

  /**
   * optional string appId = 2;
   * @return Whether the appId field is set.
   */
  boolean hasAppId();
  /**
   * optional string appId = 2;
   * @return The appId.
   */
  java.lang.String getAppId();
  /**
   * optional string appId = 2;
   * @return The bytes for appId.
   */
  com.google.protobuf.ByteString
      getAppIdBytes();

  /**
   * optional int32 sdkVersion = 3;
   * @return Whether the sdkVersion field is set.
   */
  boolean hasSdkVersion();
  /**
   * optional int32 sdkVersion = 3;
   * @return The sdkVersion.
   */
  int getSdkVersion();

  /**
   * optional string toUserName = 4;
   * @return Whether the toUserName field is set.
   */
  boolean hasToUserName();
  /**
   * optional string toUserName = 4;
   * @return The toUserName.
   */
  java.lang.String getToUserName();
  /**
   * optional string toUserName = 4;
   * @return The bytes for toUserName.
   */
  com.google.protobuf.ByteString
      getToUserNameBytes();

  /**
   * optional int32 type = 5;
   * @return Whether the type field is set.
   */
  boolean hasType();
  /**
   * optional int32 type = 5;
   * @return The type.
   */
  int getType();

  /**
   * optional string content = 6;
   * @return Whether the content field is set.
   */
  boolean hasContent();
  /**
   * optional string content = 6;
   * @return The content.
   */
  java.lang.String getContent();
  /**
   * optional string content = 6;
   * @return The bytes for content.
   */
  com.google.protobuf.ByteString
      getContentBytes();

  /**
   * optional int64 createTime = 7;
   * @return Whether the createTime field is set.
   */
  boolean hasCreateTime();
  /**
   * optional int64 createTime = 7;
   * @return The createTime.
   */
  long getCreateTime();

  /**
   * optional string clientMsgId = 8;
   * @return Whether the clientMsgId field is set.
   */
  boolean hasClientMsgId();
  /**
   * optional string clientMsgId = 8;
   * @return The clientMsgId.
   */
  java.lang.String getClientMsgId();
  /**
   * optional string clientMsgId = 8;
   * @return The bytes for clientMsgId.
   */
  com.google.protobuf.ByteString
      getClientMsgIdBytes();

  /**
   * optional .wechat_proto.SKBuiltinString_ thumb = 9;
   * @return Whether the thumb field is set.
   */
  boolean hasThumb();
  /**
   * optional .wechat_proto.SKBuiltinString_ thumb = 9;
   * @return The thumb.
   */
  wechat.protobuf.SKBuiltinString_ getThumb();
  /**
   * optional .wechat_proto.SKBuiltinString_ thumb = 9;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getThumbOrBuilder();

  /**
   * optional int32 source = 10;
   * @return Whether the source field is set.
   */
  boolean hasSource();
  /**
   * optional int32 source = 10;
   * @return The source.
   */
  int getSource();

  /**
   * optional int32 remindId = 11;
   * @return Whether the remindId field is set.
   */
  boolean hasRemindId();
  /**
   * optional int32 remindId = 11;
   * @return The remindId.
   */
  int getRemindId();

  /**
   * optional string msgSource = 12;
   * @return Whether the msgSource field is set.
   */
  boolean hasMsgSource();
  /**
   * optional string msgSource = 12;
   * @return The msgSource.
   */
  java.lang.String getMsgSource();
  /**
   * optional string msgSource = 12;
   * @return The bytes for msgSource.
   */
  com.google.protobuf.ByteString
      getMsgSourceBytes();

  /**
   * optional string shareUrlOriginal = 13;
   * @return Whether the shareUrlOriginal field is set.
   */
  boolean hasShareUrlOriginal();
  /**
   * optional string shareUrlOriginal = 13;
   * @return The shareUrlOriginal.
   */
  java.lang.String getShareUrlOriginal();
  /**
   * optional string shareUrlOriginal = 13;
   * @return The bytes for shareUrlOriginal.
   */
  com.google.protobuf.ByteString
      getShareUrlOriginalBytes();

  /**
   * optional string shareUrlOpen = 14;
   * @return Whether the shareUrlOpen field is set.
   */
  boolean hasShareUrlOpen();
  /**
   * optional string shareUrlOpen = 14;
   * @return The shareUrlOpen.
   */
  java.lang.String getShareUrlOpen();
  /**
   * optional string shareUrlOpen = 14;
   * @return The bytes for shareUrlOpen.
   */
  com.google.protobuf.ByteString
      getShareUrlOpenBytes();

  /**
   * optional string jsAppId = 15;
   * @return Whether the jsAppId field is set.
   */
  boolean hasJsAppId();
  /**
   * optional string jsAppId = 15;
   * @return The jsAppId.
   */
  java.lang.String getJsAppId();
  /**
   * optional string jsAppId = 15;
   * @return The bytes for jsAppId.
   */
  com.google.protobuf.ByteString
      getJsAppIdBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy