public static interface CoGetLostPasswordQuestionPu.ParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Values.booleanValue |
getCaseSensitive()
optional .dstore.engine.values.booleanValue case_sensitive = 3; |
boolean |
getCaseSensitiveNull()
optional bool case_sensitive_null = 1003; |
Values.booleanValueOrBuilder |
getCaseSensitiveOrBuilder()
optional .dstore.engine.values.booleanValue case_sensitive = 3; |
Values.integerValue |
getCommunityId()
optional .dstore.engine.values.integerValue community_id = 1; |
boolean |
getCommunityIdNull()
optional bool community_id_null = 1001; |
Values.integerValueOrBuilder |
getCommunityIdOrBuilder()
optional .dstore.engine.values.integerValue community_id = 1; |
Values.stringValue |
getNickname()
optional .dstore.engine.values.stringValue nickname = 2; |
boolean |
getNicknameNull()
optional bool nickname_null = 1002; |
Values.stringValueOrBuilder |
getNicknameOrBuilder()
optional .dstore.engine.values.stringValue nickname = 2; |
boolean |
hasCaseSensitive()
optional .dstore.engine.values.booleanValue case_sensitive = 3; |
boolean |
hasCommunityId()
optional .dstore.engine.values.integerValue community_id = 1; |
boolean |
hasNickname()
optional .dstore.engine.values.stringValue nickname = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCommunityId()
optional .dstore.engine.values.integerValue community_id = 1;Values.integerValue getCommunityId()
optional .dstore.engine.values.integerValue community_id = 1;Values.integerValueOrBuilder getCommunityIdOrBuilder()
optional .dstore.engine.values.integerValue community_id = 1;boolean getCommunityIdNull()
optional bool community_id_null = 1001;boolean hasNickname()
optional .dstore.engine.values.stringValue nickname = 2;Values.stringValue getNickname()
optional .dstore.engine.values.stringValue nickname = 2;Values.stringValueOrBuilder getNicknameOrBuilder()
optional .dstore.engine.values.stringValue nickname = 2;boolean getNicknameNull()
optional bool nickname_null = 1002;boolean hasCaseSensitive()
optional .dstore.engine.values.booleanValue case_sensitive = 3;Values.booleanValue getCaseSensitive()
optional .dstore.engine.values.booleanValue case_sensitive = 3;Values.booleanValueOrBuilder getCaseSensitiveOrBuilder()
optional .dstore.engine.values.booleanValue case_sensitive = 3;boolean getCaseSensitiveNull()
optional bool case_sensitive_null = 1003;