public interface MemberOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsAdmin()
bool is_admin = 4; |
java.lang.String |
getPhid()
string phid = 1; |
com.google.protobuf.ByteString |
getPhidBytes()
string phid = 1; |
java.lang.String |
getRealName()
string real_name = 3; |
com.google.protobuf.ByteString |
getRealNameBytes()
string real_name = 3; |
java.lang.String |
getUserName()
string user_name = 2; |
com.google.protobuf.ByteString |
getUserNameBytes()
string user_name = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getPhid()
string phid = 1;com.google.protobuf.ByteString getPhidBytes()
string phid = 1;java.lang.String getUserName()
string user_name = 2;com.google.protobuf.ByteString getUserNameBytes()
string user_name = 2;java.lang.String getRealName()
string real_name = 3;com.google.protobuf.ByteString getRealNameBytes()
string real_name = 3;boolean getIsAdmin()
bool is_admin = 4;