
wechat.protobuf.VerifyUserOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface VerifyUserOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.VerifyUser)
com.google.protobuf.MessageOrBuilder {
/**
* optional string value = 1;
* @return Whether the value field is set.
*/
boolean hasValue();
/**
* optional string value = 1;
* @return The value.
*/
java.lang.String getValue();
/**
* optional string value = 1;
* @return The bytes for value.
*/
com.google.protobuf.ByteString
getValueBytes();
/**
* optional string verify_user_ticket = 2;
* @return Whether the verifyUserTicket field is set.
*/
boolean hasVerifyUserTicket();
/**
* optional string verify_user_ticket = 2;
* @return The verifyUserTicket.
*/
java.lang.String getVerifyUserTicket();
/**
* optional string verify_user_ticket = 2;
* @return The bytes for verifyUserTicket.
*/
com.google.protobuf.ByteString
getVerifyUserTicketBytes();
/**
* optional string antispam_ticket = 3;
* @return Whether the antispamTicket field is set.
*/
boolean hasAntispamTicket();
/**
* optional string antispam_ticket = 3;
* @return The antispamTicket.
*/
java.lang.String getAntispamTicket();
/**
* optional string antispam_ticket = 3;
* @return The bytes for antispamTicket.
*/
com.google.protobuf.ByteString
getAntispamTicketBytes();
/**
* optional uint32 friend_flag = 4;
* @return Whether the friendFlag field is set.
*/
boolean hasFriendFlag();
/**
* optional uint32 friend_flag = 4;
* @return The friendFlag.
*/
int getFriendFlag();
/**
* optional string chat_room_user_name = 5;
* @return Whether the chatRoomUserName field is set.
*/
boolean hasChatRoomUserName();
/**
* optional string chat_room_user_name = 5;
* @return The chatRoomUserName.
*/
java.lang.String getChatRoomUserName();
/**
* optional string chat_room_user_name = 5;
* @return The bytes for chatRoomUserName.
*/
com.google.protobuf.ByteString
getChatRoomUserNameBytes();
/**
* optional string source_user_name = 6;
* @return Whether the sourceUserName field is set.
*/
boolean hasSourceUserName();
/**
* optional string source_user_name = 6;
* @return The sourceUserName.
*/
java.lang.String getSourceUserName();
/**
* optional string source_user_name = 6;
* @return The bytes for sourceUserName.
*/
com.google.protobuf.ByteString
getSourceUserNameBytes();
/**
* optional string source_nick_name = 7;
* @return Whether the sourceNickName field is set.
*/
boolean hasSourceNickName();
/**
* optional string source_nick_name = 7;
* @return The sourceNickName.
*/
java.lang.String getSourceNickName();
/**
* optional string source_nick_name = 7;
* @return The bytes for sourceNickName.
*/
com.google.protobuf.ByteString
getSourceNickNameBytes();
/**
* optional uint32 scan_qrcode_from_scene = 8;
* @return Whether the scanQrcodeFromScene field is set.
*/
boolean hasScanQrcodeFromScene();
/**
* optional uint32 scan_qrcode_from_scene = 8;
* @return The scanQrcodeFromScene.
*/
int getScanQrcodeFromScene();
/**
* optional string report_info = 9;
* @return Whether the reportInfo field is set.
*/
boolean hasReportInfo();
/**
* optional string report_info = 9;
* @return The reportInfo.
*/
java.lang.String getReportInfo();
/**
* optional string report_info = 9;
* @return The bytes for reportInfo.
*/
com.google.protobuf.ByteString
getReportInfoBytes();
/**
* optional uint32 share_card_forward_level = 10;
* @return Whether the shareCardForwardLevel field is set.
*/
boolean hasShareCardForwardLevel();
/**
* optional uint32 share_card_forward_level = 10;
* @return The shareCardForwardLevel.
*/
int getShareCardForwardLevel();
/**
* optional .wechat_proto.SKBuiltinString_ share_card_forward_info = 11;
* @return Whether the shareCardForwardInfo field is set.
*/
boolean hasShareCardForwardInfo();
/**
* optional .wechat_proto.SKBuiltinString_ share_card_forward_info = 11;
* @return The shareCardForwardInfo.
*/
wechat.protobuf.SKBuiltinString_ getShareCardForwardInfo();
/**
* optional .wechat_proto.SKBuiltinString_ share_card_forward_info = 11;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getShareCardForwardInfoOrBuilder();
/**
* optional string outer_url = 12;
* @return Whether the outerUrl field is set.
*/
boolean hasOuterUrl();
/**
* optional string outer_url = 12;
* @return The outerUrl.
*/
java.lang.String getOuterUrl();
/**
* optional string outer_url = 12;
* @return The bytes for outerUrl.
*/
com.google.protobuf.ByteString
getOuterUrlBytes();
/**
* optional uint32 sub_scene = 13;
* @return Whether the subScene field is set.
*/
boolean hasSubScene();
/**
* optional uint32 sub_scene = 13;
* @return The subScene.
*/
int getSubScene();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy