
wechat.protobuf.ModSingleFieldOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface ModSingleFieldOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.ModSingleField)
com.google.protobuf.MessageOrBuilder {
/**
* optional uint32 opType = 1;
* @return Whether the opType field is set.
*/
boolean hasOpType();
/**
* optional uint32 opType = 1;
* @return The opType.
*/
int getOpType();
/**
* optional string value = 2;
* @return Whether the value field is set.
*/
boolean hasValue();
/**
* optional string value = 2;
* @return The value.
*/
java.lang.String getValue();
/**
* optional string value = 2;
* @return The bytes for value.
*/
com.google.protobuf.ByteString
getValueBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy