
wechat.protobuf.OpenIMContactCustomInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface OpenIMContactCustomInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.OpenIMContactCustomInfo)
com.google.protobuf.MessageOrBuilder {
/**
* optional uint32 DetailVisible = 1;
* @return Whether the detailVisible field is set.
*/
boolean hasDetailVisible();
/**
* optional uint32 DetailVisible = 1;
* @return The detailVisible.
*/
int getDetailVisible();
/**
* optional string detail = 2;
* @return Whether the detail field is set.
*/
boolean hasDetail();
/**
* optional string detail = 2;
* @return The detail.
*/
java.lang.String getDetail();
/**
* optional string detail = 2;
* @return The bytes for detail.
*/
com.google.protobuf.ByteString
getDetailBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy