
wechat.protobuf.SnsUserInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface SnsUserInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.SnsUserInfo)
com.google.protobuf.MessageOrBuilder {
/**
* optional uint32 sns_flag = 1;
* @return Whether the snsFlag field is set.
*/
boolean hasSnsFlag();
/**
* optional uint32 sns_flag = 1;
* @return The snsFlag.
*/
int getSnsFlag();
/**
* optional string sns_bgimg_id = 2;
* @return Whether the snsBgimgId field is set.
*/
boolean hasSnsBgimgId();
/**
* optional string sns_bgimg_id = 2;
* @return The snsBgimgId.
*/
java.lang.String getSnsBgimgId();
/**
* optional string sns_bgimg_id = 2;
* @return The bytes for snsBgimgId.
*/
com.google.protobuf.ByteString
getSnsBgimgIdBytes();
/**
* optional uint64 sns_bgobject_id = 3;
* @return Whether the snsBgobjectId field is set.
*/
boolean hasSnsBgobjectId();
/**
* optional uint64 sns_bgobject_id = 3;
* @return The snsBgobjectId.
*/
long getSnsBgobjectId();
/**
* optional uint32 sns_flagex = 4;
* @return Whether the snsFlagex field is set.
*/
boolean hasSnsFlagex();
/**
* optional uint32 sns_flagex = 4;
* @return The snsFlagex.
*/
int getSnsFlagex();
/**
* optional uint32 sns_privacy_recent = 5;
* @return Whether the snsPrivacyRecent field is set.
*/
boolean hasSnsPrivacyRecent();
/**
* optional uint32 sns_privacy_recent = 5;
* @return The snsPrivacyRecent.
*/
int getSnsPrivacyRecent();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy