
wechat.protobuf.StatusNotifyFunctionOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface StatusNotifyFunctionOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.StatusNotifyFunction)
com.google.protobuf.MessageOrBuilder {
/**
* optional string name = 1;
* @return Whether the name field is set.
*/
boolean hasName();
/**
* optional string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
* optional string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* optional string arg = 2;
* @return Whether the arg field is set.
*/
boolean hasArg();
/**
* optional string arg = 2;
* @return The arg.
*/
java.lang.String getArg();
/**
* optional string arg = 2;
* @return The bytes for arg.
*/
com.google.protobuf.ByteString
getArgBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy