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

wechat.protobuf.UploadAppAttachResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: wechat.proto

package wechat.protobuf;

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

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

  /**
   * 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 string MediaId = 3;
   * @return Whether the mediaId field is set.
   */
  boolean hasMediaId();
  /**
   * optional string MediaId = 3;
   * @return The mediaId.
   */
  java.lang.String getMediaId();
  /**
   * optional string MediaId = 3;
   * @return The bytes for mediaId.
   */
  com.google.protobuf.ByteString
      getMediaIdBytes();

  /**
   * optional string ClientAppDataId = 4;
   * @return Whether the clientAppDataId field is set.
   */
  boolean hasClientAppDataId();
  /**
   * optional string ClientAppDataId = 4;
   * @return The clientAppDataId.
   */
  java.lang.String getClientAppDataId();
  /**
   * optional string ClientAppDataId = 4;
   * @return The bytes for clientAppDataId.
   */
  com.google.protobuf.ByteString
      getClientAppDataIdBytes();

  /**
   * optional string UserName = 5;
   * @return Whether the userName field is set.
   */
  boolean hasUserName();
  /**
   * optional string UserName = 5;
   * @return The userName.
   */
  java.lang.String getUserName();
  /**
   * optional string UserName = 5;
   * @return The bytes for userName.
   */
  com.google.protobuf.ByteString
      getUserNameBytes();

  /**
   * required uint32 TotalLen = 6;
   * @return Whether the totalLen field is set.
   */
  boolean hasTotalLen();
  /**
   * required uint32 TotalLen = 6;
   * @return The totalLen.
   */
  int getTotalLen();

  /**
   * required uint32 StartPos = 7;
   * @return Whether the startPos field is set.
   */
  boolean hasStartPos();
  /**
   * required uint32 StartPos = 7;
   * @return The startPos.
   */
  int getStartPos();

  /**
   * required uint32 DataLen = 8;
   * @return Whether the dataLen field is set.
   */
  boolean hasDataLen();
  /**
   * required uint32 DataLen = 8;
   * @return The dataLen.
   */
  int getDataLen();

  /**
   * required uint32 CreateTime = 9;
   * @return Whether the createTime field is set.
   */
  boolean hasCreateTime();
  /**
   * required uint32 CreateTime = 9;
   * @return The createTime.
   */
  int getCreateTime();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy