com.craxiom.messaging.WifiDeauthenticationRecordOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of network-survey-messaging Show documentation
Show all versions of network-survey-messaging Show documentation
Protobuf and gRPC stubs for sending Wireless Protocol Survey messages'
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: com/craxiom/messaging/wifi_deauthentication_record.proto
// Protobuf Java Version: 4.27.3
package com.craxiom.messaging;
public interface WifiDeauthenticationRecordOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.craxiom.messaging.WifiDeauthenticationRecord)
com.google.protobuf.MessageOrBuilder {
/**
* string version = 1;
* @return The version.
*/
java.lang.String getVersion();
/**
* string version = 1;
* @return The bytes for version.
*/
com.google.protobuf.ByteString
getVersionBytes();
/**
* string messageType = 2;
* @return The messageType.
*/
java.lang.String getMessageType();
/**
* string messageType = 2;
* @return The bytes for messageType.
*/
com.google.protobuf.ByteString
getMessageTypeBytes();
/**
* .com.craxiom.messaging.WifiDeauthenticationRecordData data = 3;
* @return Whether the data field is set.
*/
boolean hasData();
/**
* .com.craxiom.messaging.WifiDeauthenticationRecordData data = 3;
* @return The data.
*/
com.craxiom.messaging.WifiDeauthenticationRecordData getData();
/**
* .com.craxiom.messaging.WifiDeauthenticationRecordData data = 3;
*/
com.craxiom.messaging.WifiDeauthenticationRecordDataOrBuilder getDataOrBuilder();
}