public static final class CoLogoutOffCommunityPu.Parameters.Builder extends com.google.protobuf.GeneratedMessage.Builder<CoLogoutOffCommunityPu.Parameters.Builder> implements CoLogoutOffCommunityPu.ParametersOrBuilder
dstore.engine.co_LogoutOffCommunity_Pu.Parameters| Modifier and Type | Method and Description |
|---|---|
CoLogoutOffCommunityPu.Parameters |
build() |
CoLogoutOffCommunityPu.Parameters |
buildPartial() |
CoLogoutOffCommunityPu.Parameters.Builder |
clear() |
CoLogoutOffCommunityPu.Parameters.Builder |
clearCommunityId()
optional .dstore.engine.values.integerValue community_id = 1; |
CoLogoutOffCommunityPu.Parameters.Builder |
clearCommunityIdNull()
optional bool community_id_null = 1001; |
CoLogoutOffCommunityPu.Parameters.Builder |
clearPersonIdentificationValues()
optional .dstore.engine.values.stringValue person_identification_values = 3; |
CoLogoutOffCommunityPu.Parameters.Builder |
clearPersonIdentificationValuesNull()
optional bool person_identification_values_null = 1003; |
CoLogoutOffCommunityPu.Parameters.Builder |
clearRefreshOnlineTimeOnLogout()
optional .dstore.engine.values.booleanValue refresh_online_time_on_logout = 4; |
CoLogoutOffCommunityPu.Parameters.Builder |
clearRefreshOnlineTimeOnLogoutNull()
optional bool refresh_online_time_on_logout_null = 1004; |
CoLogoutOffCommunityPu.Parameters.Builder |
clearSeparatorInIdentVals()
optional .dstore.engine.values.stringValue separator_in_ident_vals = 5; |
CoLogoutOffCommunityPu.Parameters.Builder |
clearSeparatorInIdentValsNull()
optional bool separator_in_ident_vals_null = 1005; |
CoLogoutOffCommunityPu.Parameters.Builder |
clearUniqueId()
optional .dstore.engine.values.stringValue unique_id = 2; |
CoLogoutOffCommunityPu.Parameters.Builder |
clearUniqueIdNull()
optional bool unique_id_null = 1002; |
Values.integerValue |
getCommunityId()
optional .dstore.engine.values.integerValue community_id = 1; |
Values.integerValue.Builder |
getCommunityIdBuilder()
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; |
CoLogoutOffCommunityPu.Parameters |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Values.stringValue |
getPersonIdentificationValues()
optional .dstore.engine.values.stringValue person_identification_values = 3; |
Values.stringValue.Builder |
getPersonIdentificationValuesBuilder()
optional .dstore.engine.values.stringValue person_identification_values = 3; |
boolean |
getPersonIdentificationValuesNull()
optional bool person_identification_values_null = 1003; |
Values.stringValueOrBuilder |
getPersonIdentificationValuesOrBuilder()
optional .dstore.engine.values.stringValue person_identification_values = 3; |
Values.booleanValue |
getRefreshOnlineTimeOnLogout()
optional .dstore.engine.values.booleanValue refresh_online_time_on_logout = 4; |
Values.booleanValue.Builder |
getRefreshOnlineTimeOnLogoutBuilder()
optional .dstore.engine.values.booleanValue refresh_online_time_on_logout = 4; |
boolean |
getRefreshOnlineTimeOnLogoutNull()
optional bool refresh_online_time_on_logout_null = 1004; |
Values.booleanValueOrBuilder |
getRefreshOnlineTimeOnLogoutOrBuilder()
optional .dstore.engine.values.booleanValue refresh_online_time_on_logout = 4; |
Values.stringValue |
getSeparatorInIdentVals()
optional .dstore.engine.values.stringValue separator_in_ident_vals = 5; |
Values.stringValue.Builder |
getSeparatorInIdentValsBuilder()
optional .dstore.engine.values.stringValue separator_in_ident_vals = 5; |
boolean |
getSeparatorInIdentValsNull()
optional bool separator_in_ident_vals_null = 1005; |
Values.stringValueOrBuilder |
getSeparatorInIdentValsOrBuilder()
optional .dstore.engine.values.stringValue separator_in_ident_vals = 5; |
Values.stringValue |
getUniqueId()
optional .dstore.engine.values.stringValue unique_id = 2; |
Values.stringValue.Builder |
getUniqueIdBuilder()
optional .dstore.engine.values.stringValue unique_id = 2; |
boolean |
getUniqueIdNull()
optional bool unique_id_null = 1002; |
Values.stringValueOrBuilder |
getUniqueIdOrBuilder()
optional .dstore.engine.values.stringValue unique_id = 2; |
boolean |
hasCommunityId()
optional .dstore.engine.values.integerValue community_id = 1; |
boolean |
hasPersonIdentificationValues()
optional .dstore.engine.values.stringValue person_identification_values = 3; |
boolean |
hasRefreshOnlineTimeOnLogout()
optional .dstore.engine.values.booleanValue refresh_online_time_on_logout = 4; |
boolean |
hasSeparatorInIdentVals()
optional .dstore.engine.values.stringValue separator_in_ident_vals = 5; |
boolean |
hasUniqueId()
optional .dstore.engine.values.stringValue unique_id = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CoLogoutOffCommunityPu.Parameters.Builder |
mergeCommunityId(Values.integerValue value)
optional .dstore.engine.values.integerValue community_id = 1; |
CoLogoutOffCommunityPu.Parameters.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CoLogoutOffCommunityPu.Parameters.Builder |
mergeFrom(CoLogoutOffCommunityPu.Parameters other) |
CoLogoutOffCommunityPu.Parameters.Builder |
mergeFrom(com.google.protobuf.Message other) |
CoLogoutOffCommunityPu.Parameters.Builder |
mergePersonIdentificationValues(Values.stringValue value)
optional .dstore.engine.values.stringValue person_identification_values = 3; |
CoLogoutOffCommunityPu.Parameters.Builder |
mergeRefreshOnlineTimeOnLogout(Values.booleanValue value)
optional .dstore.engine.values.booleanValue refresh_online_time_on_logout = 4; |
CoLogoutOffCommunityPu.Parameters.Builder |
mergeSeparatorInIdentVals(Values.stringValue value)
optional .dstore.engine.values.stringValue separator_in_ident_vals = 5; |
CoLogoutOffCommunityPu.Parameters.Builder |
mergeUniqueId(Values.stringValue value)
optional .dstore.engine.values.stringValue unique_id = 2; |
CoLogoutOffCommunityPu.Parameters.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CoLogoutOffCommunityPu.Parameters.Builder |
setCommunityId(Values.integerValue.Builder builderForValue)
optional .dstore.engine.values.integerValue community_id = 1; |
CoLogoutOffCommunityPu.Parameters.Builder |
setCommunityId(Values.integerValue value)
optional .dstore.engine.values.integerValue community_id = 1; |
CoLogoutOffCommunityPu.Parameters.Builder |
setCommunityIdNull(boolean value)
optional bool community_id_null = 1001; |
CoLogoutOffCommunityPu.Parameters.Builder |
setPersonIdentificationValues(Values.stringValue.Builder builderForValue)
optional .dstore.engine.values.stringValue person_identification_values = 3; |
CoLogoutOffCommunityPu.Parameters.Builder |
setPersonIdentificationValues(Values.stringValue value)
optional .dstore.engine.values.stringValue person_identification_values = 3; |
CoLogoutOffCommunityPu.Parameters.Builder |
setPersonIdentificationValuesNull(boolean value)
optional bool person_identification_values_null = 1003; |
CoLogoutOffCommunityPu.Parameters.Builder |
setRefreshOnlineTimeOnLogout(Values.booleanValue.Builder builderForValue)
optional .dstore.engine.values.booleanValue refresh_online_time_on_logout = 4; |
CoLogoutOffCommunityPu.Parameters.Builder |
setRefreshOnlineTimeOnLogout(Values.booleanValue value)
optional .dstore.engine.values.booleanValue refresh_online_time_on_logout = 4; |
CoLogoutOffCommunityPu.Parameters.Builder |
setRefreshOnlineTimeOnLogoutNull(boolean value)
optional bool refresh_online_time_on_logout_null = 1004; |
CoLogoutOffCommunityPu.Parameters.Builder |
setSeparatorInIdentVals(Values.stringValue.Builder builderForValue)
optional .dstore.engine.values.stringValue separator_in_ident_vals = 5; |
CoLogoutOffCommunityPu.Parameters.Builder |
setSeparatorInIdentVals(Values.stringValue value)
optional .dstore.engine.values.stringValue separator_in_ident_vals = 5; |
CoLogoutOffCommunityPu.Parameters.Builder |
setSeparatorInIdentValsNull(boolean value)
optional bool separator_in_ident_vals_null = 1005; |
CoLogoutOffCommunityPu.Parameters.Builder |
setUniqueId(Values.stringValue.Builder builderForValue)
optional .dstore.engine.values.stringValue unique_id = 2; |
CoLogoutOffCommunityPu.Parameters.Builder |
setUniqueId(Values.stringValue value)
optional .dstore.engine.values.stringValue unique_id = 2; |
CoLogoutOffCommunityPu.Parameters.Builder |
setUniqueIdNull(boolean value)
optional bool unique_id_null = 1002; |
CoLogoutOffCommunityPu.Parameters.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedFieldfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<CoLogoutOffCommunityPu.Parameters.Builder>public CoLogoutOffCommunityPu.Parameters.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<CoLogoutOffCommunityPu.Parameters.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<CoLogoutOffCommunityPu.Parameters.Builder>public CoLogoutOffCommunityPu.Parameters getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CoLogoutOffCommunityPu.Parameters build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CoLogoutOffCommunityPu.Parameters buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CoLogoutOffCommunityPu.Parameters.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CoLogoutOffCommunityPu.Parameters.Builder>public CoLogoutOffCommunityPu.Parameters.Builder mergeFrom(CoLogoutOffCommunityPu.Parameters other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<CoLogoutOffCommunityPu.Parameters.Builder>public CoLogoutOffCommunityPu.Parameters.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CoLogoutOffCommunityPu.Parameters.Builder>java.io.IOExceptionpublic boolean hasCommunityId()
optional .dstore.engine.values.integerValue community_id = 1;hasCommunityId in interface CoLogoutOffCommunityPu.ParametersOrBuilderpublic Values.integerValue getCommunityId()
optional .dstore.engine.values.integerValue community_id = 1;getCommunityId in interface CoLogoutOffCommunityPu.ParametersOrBuilderpublic CoLogoutOffCommunityPu.Parameters.Builder setCommunityId(Values.integerValue value)
optional .dstore.engine.values.integerValue community_id = 1;public CoLogoutOffCommunityPu.Parameters.Builder setCommunityId(Values.integerValue.Builder builderForValue)
optional .dstore.engine.values.integerValue community_id = 1;public CoLogoutOffCommunityPu.Parameters.Builder mergeCommunityId(Values.integerValue value)
optional .dstore.engine.values.integerValue community_id = 1;public CoLogoutOffCommunityPu.Parameters.Builder clearCommunityId()
optional .dstore.engine.values.integerValue community_id = 1;public Values.integerValue.Builder getCommunityIdBuilder()
optional .dstore.engine.values.integerValue community_id = 1;public Values.integerValueOrBuilder getCommunityIdOrBuilder()
optional .dstore.engine.values.integerValue community_id = 1;getCommunityIdOrBuilder in interface CoLogoutOffCommunityPu.ParametersOrBuilderpublic boolean getCommunityIdNull()
optional bool community_id_null = 1001;getCommunityIdNull in interface CoLogoutOffCommunityPu.ParametersOrBuilderpublic CoLogoutOffCommunityPu.Parameters.Builder setCommunityIdNull(boolean value)
optional bool community_id_null = 1001;public CoLogoutOffCommunityPu.Parameters.Builder clearCommunityIdNull()
optional bool community_id_null = 1001;public boolean hasUniqueId()
optional .dstore.engine.values.stringValue unique_id = 2;hasUniqueId in interface CoLogoutOffCommunityPu.ParametersOrBuilderpublic Values.stringValue getUniqueId()
optional .dstore.engine.values.stringValue unique_id = 2;getUniqueId in interface CoLogoutOffCommunityPu.ParametersOrBuilderpublic CoLogoutOffCommunityPu.Parameters.Builder setUniqueId(Values.stringValue value)
optional .dstore.engine.values.stringValue unique_id = 2;public CoLogoutOffCommunityPu.Parameters.Builder setUniqueId(Values.stringValue.Builder builderForValue)
optional .dstore.engine.values.stringValue unique_id = 2;public CoLogoutOffCommunityPu.Parameters.Builder mergeUniqueId(Values.stringValue value)
optional .dstore.engine.values.stringValue unique_id = 2;public CoLogoutOffCommunityPu.Parameters.Builder clearUniqueId()
optional .dstore.engine.values.stringValue unique_id = 2;public Values.stringValue.Builder getUniqueIdBuilder()
optional .dstore.engine.values.stringValue unique_id = 2;public Values.stringValueOrBuilder getUniqueIdOrBuilder()
optional .dstore.engine.values.stringValue unique_id = 2;getUniqueIdOrBuilder in interface CoLogoutOffCommunityPu.ParametersOrBuilderpublic boolean getUniqueIdNull()
optional bool unique_id_null = 1002;getUniqueIdNull in interface CoLogoutOffCommunityPu.ParametersOrBuilderpublic CoLogoutOffCommunityPu.Parameters.Builder setUniqueIdNull(boolean value)
optional bool unique_id_null = 1002;public CoLogoutOffCommunityPu.Parameters.Builder clearUniqueIdNull()
optional bool unique_id_null = 1002;public boolean hasPersonIdentificationValues()
optional .dstore.engine.values.stringValue person_identification_values = 3;hasPersonIdentificationValues in interface CoLogoutOffCommunityPu.ParametersOrBuilderpublic Values.stringValue getPersonIdentificationValues()
optional .dstore.engine.values.stringValue person_identification_values = 3;getPersonIdentificationValues in interface CoLogoutOffCommunityPu.ParametersOrBuilderpublic CoLogoutOffCommunityPu.Parameters.Builder setPersonIdentificationValues(Values.stringValue value)
optional .dstore.engine.values.stringValue person_identification_values = 3;public CoLogoutOffCommunityPu.Parameters.Builder setPersonIdentificationValues(Values.stringValue.Builder builderForValue)
optional .dstore.engine.values.stringValue person_identification_values = 3;public CoLogoutOffCommunityPu.Parameters.Builder mergePersonIdentificationValues(Values.stringValue value)
optional .dstore.engine.values.stringValue person_identification_values = 3;public CoLogoutOffCommunityPu.Parameters.Builder clearPersonIdentificationValues()
optional .dstore.engine.values.stringValue person_identification_values = 3;public Values.stringValue.Builder getPersonIdentificationValuesBuilder()
optional .dstore.engine.values.stringValue person_identification_values = 3;public Values.stringValueOrBuilder getPersonIdentificationValuesOrBuilder()
optional .dstore.engine.values.stringValue person_identification_values = 3;getPersonIdentificationValuesOrBuilder in interface CoLogoutOffCommunityPu.ParametersOrBuilderpublic boolean getPersonIdentificationValuesNull()
optional bool person_identification_values_null = 1003;getPersonIdentificationValuesNull in interface CoLogoutOffCommunityPu.ParametersOrBuilderpublic CoLogoutOffCommunityPu.Parameters.Builder setPersonIdentificationValuesNull(boolean value)
optional bool person_identification_values_null = 1003;public CoLogoutOffCommunityPu.Parameters.Builder clearPersonIdentificationValuesNull()
optional bool person_identification_values_null = 1003;public boolean hasRefreshOnlineTimeOnLogout()
optional .dstore.engine.values.booleanValue refresh_online_time_on_logout = 4;hasRefreshOnlineTimeOnLogout in interface CoLogoutOffCommunityPu.ParametersOrBuilderpublic Values.booleanValue getRefreshOnlineTimeOnLogout()
optional .dstore.engine.values.booleanValue refresh_online_time_on_logout = 4;getRefreshOnlineTimeOnLogout in interface CoLogoutOffCommunityPu.ParametersOrBuilderpublic CoLogoutOffCommunityPu.Parameters.Builder setRefreshOnlineTimeOnLogout(Values.booleanValue value)
optional .dstore.engine.values.booleanValue refresh_online_time_on_logout = 4;public CoLogoutOffCommunityPu.Parameters.Builder setRefreshOnlineTimeOnLogout(Values.booleanValue.Builder builderForValue)
optional .dstore.engine.values.booleanValue refresh_online_time_on_logout = 4;public CoLogoutOffCommunityPu.Parameters.Builder mergeRefreshOnlineTimeOnLogout(Values.booleanValue value)
optional .dstore.engine.values.booleanValue refresh_online_time_on_logout = 4;public CoLogoutOffCommunityPu.Parameters.Builder clearRefreshOnlineTimeOnLogout()
optional .dstore.engine.values.booleanValue refresh_online_time_on_logout = 4;public Values.booleanValue.Builder getRefreshOnlineTimeOnLogoutBuilder()
optional .dstore.engine.values.booleanValue refresh_online_time_on_logout = 4;public Values.booleanValueOrBuilder getRefreshOnlineTimeOnLogoutOrBuilder()
optional .dstore.engine.values.booleanValue refresh_online_time_on_logout = 4;getRefreshOnlineTimeOnLogoutOrBuilder in interface CoLogoutOffCommunityPu.ParametersOrBuilderpublic boolean getRefreshOnlineTimeOnLogoutNull()
optional bool refresh_online_time_on_logout_null = 1004;getRefreshOnlineTimeOnLogoutNull in interface CoLogoutOffCommunityPu.ParametersOrBuilderpublic CoLogoutOffCommunityPu.Parameters.Builder setRefreshOnlineTimeOnLogoutNull(boolean value)
optional bool refresh_online_time_on_logout_null = 1004;public CoLogoutOffCommunityPu.Parameters.Builder clearRefreshOnlineTimeOnLogoutNull()
optional bool refresh_online_time_on_logout_null = 1004;public boolean hasSeparatorInIdentVals()
optional .dstore.engine.values.stringValue separator_in_ident_vals = 5;hasSeparatorInIdentVals in interface CoLogoutOffCommunityPu.ParametersOrBuilderpublic Values.stringValue getSeparatorInIdentVals()
optional .dstore.engine.values.stringValue separator_in_ident_vals = 5;getSeparatorInIdentVals in interface CoLogoutOffCommunityPu.ParametersOrBuilderpublic CoLogoutOffCommunityPu.Parameters.Builder setSeparatorInIdentVals(Values.stringValue value)
optional .dstore.engine.values.stringValue separator_in_ident_vals = 5;public CoLogoutOffCommunityPu.Parameters.Builder setSeparatorInIdentVals(Values.stringValue.Builder builderForValue)
optional .dstore.engine.values.stringValue separator_in_ident_vals = 5;public CoLogoutOffCommunityPu.Parameters.Builder mergeSeparatorInIdentVals(Values.stringValue value)
optional .dstore.engine.values.stringValue separator_in_ident_vals = 5;public CoLogoutOffCommunityPu.Parameters.Builder clearSeparatorInIdentVals()
optional .dstore.engine.values.stringValue separator_in_ident_vals = 5;public Values.stringValue.Builder getSeparatorInIdentValsBuilder()
optional .dstore.engine.values.stringValue separator_in_ident_vals = 5;public Values.stringValueOrBuilder getSeparatorInIdentValsOrBuilder()
optional .dstore.engine.values.stringValue separator_in_ident_vals = 5;getSeparatorInIdentValsOrBuilder in interface CoLogoutOffCommunityPu.ParametersOrBuilderpublic boolean getSeparatorInIdentValsNull()
optional bool separator_in_ident_vals_null = 1005;getSeparatorInIdentValsNull in interface CoLogoutOffCommunityPu.ParametersOrBuilderpublic CoLogoutOffCommunityPu.Parameters.Builder setSeparatorInIdentValsNull(boolean value)
optional bool separator_in_ident_vals_null = 1005;public CoLogoutOffCommunityPu.Parameters.Builder clearSeparatorInIdentValsNull()
optional bool separator_in_ident_vals_null = 1005;public final CoLogoutOffCommunityPu.Parameters.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessage.Builder<CoLogoutOffCommunityPu.Parameters.Builder>public final CoLogoutOffCommunityPu.Parameters.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessage.Builder<CoLogoutOffCommunityPu.Parameters.Builder>