
wechat.protobuf.SearchDetailPageRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface SearchDetailPageRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.SearchDetailPageRequest)
com.google.protobuf.MessageOrBuilder {
/**
* optional int64 bussiness_type = 1;
* @return Whether the bussinessType field is set.
*/
boolean hasBussinessType();
/**
* optional int64 bussiness_type = 1;
* @return The bussinessType.
*/
long getBussinessType();
/**
* optional string key_word = 2;
* @return Whether the keyWord field is set.
*/
boolean hasKeyWord();
/**
* optional string key_word = 2;
* @return The keyWord.
*/
java.lang.String getKeyWord();
/**
* optional string key_word = 2;
* @return The bytes for keyWord.
*/
com.google.protobuf.ByteString
getKeyWordBytes();
/**
* optional uint32 offset = 3;
* @return Whether the offset field is set.
*/
boolean hasOffset();
/**
* optional uint32 offset = 3;
* @return The offset.
*/
int getOffset();
/**
* optional .wechat_proto.LbsLocationNew location = 4;
* @return Whether the location field is set.
*/
boolean hasLocation();
/**
* optional .wechat_proto.LbsLocationNew location = 4;
* @return The location.
*/
wechat.protobuf.LbsLocationNew getLocation();
/**
* optional .wechat_proto.LbsLocationNew location = 4;
*/
wechat.protobuf.LbsLocationNewOrBuilder getLocationOrBuilder();
/**
* optional uint32 request_src = 5;
* @return Whether the requestSrc field is set.
*/
boolean hasRequestSrc();
/**
* optional uint32 request_src = 5;
* @return The requestSrc.
*/
int getRequestSrc();
/**
* optional uint32 scene = 7;
* @return Whether the scene field is set.
*/
boolean hasScene();
/**
* optional uint32 scene = 7;
* @return The scene.
*/
int getScene();
/**
* optional uint32 search_id = 8;
* @return Whether the searchId field is set.
*/
boolean hasSearchId();
/**
* optional uint32 search_id = 8;
* @return The searchId.
*/
int getSearchId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy