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

wechat.protobuf.UploadHDHeadImgResponseOrBuilder Maven / Gradle / Ivy

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

package wechat.protobuf;

public interface UploadHDHeadImgResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.UploadHDHeadImgResponse)
    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 uint32 totalLen = 2;
   * @return Whether the totalLen field is set.
   */
  boolean hasTotalLen();
  /**
   * optional uint32 totalLen = 2;
   * @return The totalLen.
   */
  int getTotalLen();

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

  /**
   * optional string finalImgMd5Sum = 4;
   * @return Whether the finalImgMd5Sum field is set.
   */
  boolean hasFinalImgMd5Sum();
  /**
   * optional string finalImgMd5Sum = 4;
   * @return The finalImgMd5Sum.
   */
  java.lang.String getFinalImgMd5Sum();
  /**
   * optional string finalImgMd5Sum = 4;
   * @return The bytes for finalImgMd5Sum.
   */
  com.google.protobuf.ByteString
      getFinalImgMd5SumBytes();

  /**
   * optional string bigHeadImgUrl = 5;
   * @return Whether the bigHeadImgUrl field is set.
   */
  boolean hasBigHeadImgUrl();
  /**
   * optional string bigHeadImgUrl = 5;
   * @return The bigHeadImgUrl.
   */
  java.lang.String getBigHeadImgUrl();
  /**
   * optional string bigHeadImgUrl = 5;
   * @return The bytes for bigHeadImgUrl.
   */
  com.google.protobuf.ByteString
      getBigHeadImgUrlBytes();

  /**
   * optional string smallHeadImgUrl = 6;
   * @return Whether the smallHeadImgUrl field is set.
   */
  boolean hasSmallHeadImgUrl();
  /**
   * optional string smallHeadImgUrl = 6;
   * @return The smallHeadImgUrl.
   */
  java.lang.String getSmallHeadImgUrl();
  /**
   * optional string smallHeadImgUrl = 6;
   * @return The bytes for smallHeadImgUrl.
   */
  com.google.protobuf.ByteString
      getSmallHeadImgUrlBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy