
wechat.protobuf.StyleKeyValOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface StyleKeyValOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.StyleKeyVal)
com.google.protobuf.MessageOrBuilder {
/**
* optional uint32 key = 1;
* @return Whether the key field is set.
*/
boolean hasKey();
/**
* optional uint32 key = 1;
* @return The key.
*/
int getKey();
/**
* optional string val = 2;
* @return Whether the val field is set.
*/
boolean hasVal();
/**
* optional string val = 2;
* @return The val.
*/
java.lang.String getVal();
/**
* optional string val = 2;
* @return The bytes for val.
*/
com.google.protobuf.ByteString
getValBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy