public static interface CoDeleteUsersOnlineTimeAd.ParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.integerValue |
getCommunityMemberId()
optional .dstore.engine.values.integerValue community_member_id = 2; |
boolean |
getCommunityMemberIdNull()
optional bool community_member_id_null = 1002; |
Values.integerValueOrBuilder |
getCommunityMemberIdOrBuilder()
optional .dstore.engine.values.integerValue community_member_id = 2; |
Values.timestampValue |
getMaxOutDate()
optional .dstore.engine.values.timestampValue max_out_date = 3; |
boolean |
getMaxOutDateNull()
optional bool max_out_date_null = 1003; |
Values.timestampValueOrBuilder |
getMaxOutDateOrBuilder()
optional .dstore.engine.values.timestampValue max_out_date = 3; |
boolean |
hasCommunityId()
optional .dstore.engine.values.integerValue community_id = 1; |
boolean |
hasCommunityMemberId()
optional .dstore.engine.values.integerValue community_member_id = 2; |
boolean |
hasMaxOutDate()
optional .dstore.engine.values.timestampValue max_out_date = 3; |
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 hasCommunityMemberId()
optional .dstore.engine.values.integerValue community_member_id = 2;Values.integerValue getCommunityMemberId()
optional .dstore.engine.values.integerValue community_member_id = 2;Values.integerValueOrBuilder getCommunityMemberIdOrBuilder()
optional .dstore.engine.values.integerValue community_member_id = 2;boolean getCommunityMemberIdNull()
optional bool community_member_id_null = 1002;boolean hasMaxOutDate()
optional .dstore.engine.values.timestampValue max_out_date = 3;Values.timestampValue getMaxOutDate()
optional .dstore.engine.values.timestampValue max_out_date = 3;Values.timestampValueOrBuilder getMaxOutDateOrBuilder()
optional .dstore.engine.values.timestampValue max_out_date = 3;boolean getMaxOutDateNull()
optional bool max_out_date_null = 1003;