
wechat.protobuf.CustomizedInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface CustomizedInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.CustomizedInfo)
com.google.protobuf.MessageOrBuilder {
/**
* optional uint32 brand_flag = 1;
* @return Whether the brandFlag field is set.
*/
boolean hasBrandFlag();
/**
* optional uint32 brand_flag = 1;
* @return The brandFlag.
*/
int getBrandFlag();
/**
* optional string external_info = 2;
* @return Whether the externalInfo field is set.
*/
boolean hasExternalInfo();
/**
* optional string external_info = 2;
* @return The externalInfo.
*/
java.lang.String getExternalInfo();
/**
* optional string external_info = 2;
* @return The bytes for externalInfo.
*/
com.google.protobuf.ByteString
getExternalInfoBytes();
/**
* optional string brand_info = 3;
* @return Whether the brandInfo field is set.
*/
boolean hasBrandInfo();
/**
* optional string brand_info = 3;
* @return The brandInfo.
*/
java.lang.String getBrandInfo();
/**
* optional string brand_info = 3;
* @return The bytes for brandInfo.
*/
com.google.protobuf.ByteString
getBrandInfoBytes();
/**
* optional string brand_icon_url = 4;
* @return Whether the brandIconUrl field is set.
*/
boolean hasBrandIconUrl();
/**
* optional string brand_icon_url = 4;
* @return The brandIconUrl.
*/
java.lang.String getBrandIconUrl();
/**
* optional string brand_icon_url = 4;
* @return The bytes for brandIconUrl.
*/
com.google.protobuf.ByteString
getBrandIconUrlBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy