public static final class CoGetCommunityStatisticsAd.Parameters.Builder extends com.google.protobuf.GeneratedMessage.Builder<CoGetCommunityStatisticsAd.Parameters.Builder> implements CoGetCommunityStatisticsAd.ParametersOrBuilder
dstore.engine.co_GetCommunityStatistics_Ad.Parameters| Modifier and Type | Method and Description |
|---|---|
CoGetCommunityStatisticsAd.Parameters |
build() |
CoGetCommunityStatisticsAd.Parameters |
buildPartial() |
CoGetCommunityStatisticsAd.Parameters.Builder |
clear() |
CoGetCommunityStatisticsAd.Parameters.Builder |
clearCalculateSum()
optional .dstore.engine.values.booleanValue calculate_sum = 5; |
CoGetCommunityStatisticsAd.Parameters.Builder |
clearCalculateSumNull()
optional bool calculate_sum_null = 1005; |
CoGetCommunityStatisticsAd.Parameters.Builder |
clearCommunityId()
optional .dstore.engine.values.integerValue community_id = 1; |
CoGetCommunityStatisticsAd.Parameters.Builder |
clearCommunityIdNull()
optional bool community_id_null = 1001; |
CoGetCommunityStatisticsAd.Parameters.Builder |
clearFromDate()
optional .dstore.engine.values.timestampValue from_date = 3; |
CoGetCommunityStatisticsAd.Parameters.Builder |
clearFromDateNull()
optional bool from_date_null = 1003; |
CoGetCommunityStatisticsAd.Parameters.Builder |
clearStatisticInformationIdList()
optional .dstore.engine.values.stringValue statistic_information_id_list = 2; |
CoGetCommunityStatisticsAd.Parameters.Builder |
clearStatisticInformationIdListNull()
optional bool statistic_information_id_list_null = 1002; |
CoGetCommunityStatisticsAd.Parameters.Builder |
clearToDate()
optional .dstore.engine.values.timestampValue to_date = 4; |
CoGetCommunityStatisticsAd.Parameters.Builder |
clearToDateNull()
optional bool to_date_null = 1004; |
Values.booleanValue |
getCalculateSum()
optional .dstore.engine.values.booleanValue calculate_sum = 5; |
Values.booleanValue.Builder |
getCalculateSumBuilder()
optional .dstore.engine.values.booleanValue calculate_sum = 5; |
boolean |
getCalculateSumNull()
optional bool calculate_sum_null = 1005; |
Values.booleanValueOrBuilder |
getCalculateSumOrBuilder()
optional .dstore.engine.values.booleanValue calculate_sum = 5; |
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; |
CoGetCommunityStatisticsAd.Parameters |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Values.timestampValue |
getFromDate()
optional .dstore.engine.values.timestampValue from_date = 3; |
Values.timestampValue.Builder |
getFromDateBuilder()
optional .dstore.engine.values.timestampValue from_date = 3; |
boolean |
getFromDateNull()
optional bool from_date_null = 1003; |
Values.timestampValueOrBuilder |
getFromDateOrBuilder()
optional .dstore.engine.values.timestampValue from_date = 3; |
Values.stringValue |
getStatisticInformationIdList()
optional .dstore.engine.values.stringValue statistic_information_id_list = 2; |
Values.stringValue.Builder |
getStatisticInformationIdListBuilder()
optional .dstore.engine.values.stringValue statistic_information_id_list = 2; |
boolean |
getStatisticInformationIdListNull()
optional bool statistic_information_id_list_null = 1002; |
Values.stringValueOrBuilder |
getStatisticInformationIdListOrBuilder()
optional .dstore.engine.values.stringValue statistic_information_id_list = 2; |
Values.timestampValue |
getToDate()
optional .dstore.engine.values.timestampValue to_date = 4; |
Values.timestampValue.Builder |
getToDateBuilder()
optional .dstore.engine.values.timestampValue to_date = 4; |
boolean |
getToDateNull()
optional bool to_date_null = 1004; |
Values.timestampValueOrBuilder |
getToDateOrBuilder()
optional .dstore.engine.values.timestampValue to_date = 4; |
boolean |
hasCalculateSum()
optional .dstore.engine.values.booleanValue calculate_sum = 5; |
boolean |
hasCommunityId()
optional .dstore.engine.values.integerValue community_id = 1; |
boolean |
hasFromDate()
optional .dstore.engine.values.timestampValue from_date = 3; |
boolean |
hasStatisticInformationIdList()
optional .dstore.engine.values.stringValue statistic_information_id_list = 2; |
boolean |
hasToDate()
optional .dstore.engine.values.timestampValue to_date = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CoGetCommunityStatisticsAd.Parameters.Builder |
mergeCalculateSum(Values.booleanValue value)
optional .dstore.engine.values.booleanValue calculate_sum = 5; |
CoGetCommunityStatisticsAd.Parameters.Builder |
mergeCommunityId(Values.integerValue value)
optional .dstore.engine.values.integerValue community_id = 1; |
CoGetCommunityStatisticsAd.Parameters.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CoGetCommunityStatisticsAd.Parameters.Builder |
mergeFrom(CoGetCommunityStatisticsAd.Parameters other) |
CoGetCommunityStatisticsAd.Parameters.Builder |
mergeFrom(com.google.protobuf.Message other) |
CoGetCommunityStatisticsAd.Parameters.Builder |
mergeFromDate(Values.timestampValue value)
optional .dstore.engine.values.timestampValue from_date = 3; |
CoGetCommunityStatisticsAd.Parameters.Builder |
mergeStatisticInformationIdList(Values.stringValue value)
optional .dstore.engine.values.stringValue statistic_information_id_list = 2; |
CoGetCommunityStatisticsAd.Parameters.Builder |
mergeToDate(Values.timestampValue value)
optional .dstore.engine.values.timestampValue to_date = 4; |
CoGetCommunityStatisticsAd.Parameters.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CoGetCommunityStatisticsAd.Parameters.Builder |
setCalculateSum(Values.booleanValue.Builder builderForValue)
optional .dstore.engine.values.booleanValue calculate_sum = 5; |
CoGetCommunityStatisticsAd.Parameters.Builder |
setCalculateSum(Values.booleanValue value)
optional .dstore.engine.values.booleanValue calculate_sum = 5; |
CoGetCommunityStatisticsAd.Parameters.Builder |
setCalculateSumNull(boolean value)
optional bool calculate_sum_null = 1005; |
CoGetCommunityStatisticsAd.Parameters.Builder |
setCommunityId(Values.integerValue.Builder builderForValue)
optional .dstore.engine.values.integerValue community_id = 1; |
CoGetCommunityStatisticsAd.Parameters.Builder |
setCommunityId(Values.integerValue value)
optional .dstore.engine.values.integerValue community_id = 1; |
CoGetCommunityStatisticsAd.Parameters.Builder |
setCommunityIdNull(boolean value)
optional bool community_id_null = 1001; |
CoGetCommunityStatisticsAd.Parameters.Builder |
setFromDate(Values.timestampValue.Builder builderForValue)
optional .dstore.engine.values.timestampValue from_date = 3; |
CoGetCommunityStatisticsAd.Parameters.Builder |
setFromDate(Values.timestampValue value)
optional .dstore.engine.values.timestampValue from_date = 3; |
CoGetCommunityStatisticsAd.Parameters.Builder |
setFromDateNull(boolean value)
optional bool from_date_null = 1003; |
CoGetCommunityStatisticsAd.Parameters.Builder |
setStatisticInformationIdList(Values.stringValue.Builder builderForValue)
optional .dstore.engine.values.stringValue statistic_information_id_list = 2; |
CoGetCommunityStatisticsAd.Parameters.Builder |
setStatisticInformationIdList(Values.stringValue value)
optional .dstore.engine.values.stringValue statistic_information_id_list = 2; |
CoGetCommunityStatisticsAd.Parameters.Builder |
setStatisticInformationIdListNull(boolean value)
optional bool statistic_information_id_list_null = 1002; |
CoGetCommunityStatisticsAd.Parameters.Builder |
setToDate(Values.timestampValue.Builder builderForValue)
optional .dstore.engine.values.timestampValue to_date = 4; |
CoGetCommunityStatisticsAd.Parameters.Builder |
setToDate(Values.timestampValue value)
optional .dstore.engine.values.timestampValue to_date = 4; |
CoGetCommunityStatisticsAd.Parameters.Builder |
setToDateNull(boolean value)
optional bool to_date_null = 1004; |
CoGetCommunityStatisticsAd.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<CoGetCommunityStatisticsAd.Parameters.Builder>public CoGetCommunityStatisticsAd.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<CoGetCommunityStatisticsAd.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<CoGetCommunityStatisticsAd.Parameters.Builder>public CoGetCommunityStatisticsAd.Parameters getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CoGetCommunityStatisticsAd.Parameters build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CoGetCommunityStatisticsAd.Parameters buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CoGetCommunityStatisticsAd.Parameters.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CoGetCommunityStatisticsAd.Parameters.Builder>public CoGetCommunityStatisticsAd.Parameters.Builder mergeFrom(CoGetCommunityStatisticsAd.Parameters other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<CoGetCommunityStatisticsAd.Parameters.Builder>public CoGetCommunityStatisticsAd.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<CoGetCommunityStatisticsAd.Parameters.Builder>java.io.IOExceptionpublic boolean hasCommunityId()
optional .dstore.engine.values.integerValue community_id = 1;hasCommunityId in interface CoGetCommunityStatisticsAd.ParametersOrBuilderpublic Values.integerValue getCommunityId()
optional .dstore.engine.values.integerValue community_id = 1;getCommunityId in interface CoGetCommunityStatisticsAd.ParametersOrBuilderpublic CoGetCommunityStatisticsAd.Parameters.Builder setCommunityId(Values.integerValue value)
optional .dstore.engine.values.integerValue community_id = 1;public CoGetCommunityStatisticsAd.Parameters.Builder setCommunityId(Values.integerValue.Builder builderForValue)
optional .dstore.engine.values.integerValue community_id = 1;public CoGetCommunityStatisticsAd.Parameters.Builder mergeCommunityId(Values.integerValue value)
optional .dstore.engine.values.integerValue community_id = 1;public CoGetCommunityStatisticsAd.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 CoGetCommunityStatisticsAd.ParametersOrBuilderpublic boolean getCommunityIdNull()
optional bool community_id_null = 1001;getCommunityIdNull in interface CoGetCommunityStatisticsAd.ParametersOrBuilderpublic CoGetCommunityStatisticsAd.Parameters.Builder setCommunityIdNull(boolean value)
optional bool community_id_null = 1001;public CoGetCommunityStatisticsAd.Parameters.Builder clearCommunityIdNull()
optional bool community_id_null = 1001;public boolean hasStatisticInformationIdList()
optional .dstore.engine.values.stringValue statistic_information_id_list = 2;hasStatisticInformationIdList in interface CoGetCommunityStatisticsAd.ParametersOrBuilderpublic Values.stringValue getStatisticInformationIdList()
optional .dstore.engine.values.stringValue statistic_information_id_list = 2;getStatisticInformationIdList in interface CoGetCommunityStatisticsAd.ParametersOrBuilderpublic CoGetCommunityStatisticsAd.Parameters.Builder setStatisticInformationIdList(Values.stringValue value)
optional .dstore.engine.values.stringValue statistic_information_id_list = 2;public CoGetCommunityStatisticsAd.Parameters.Builder setStatisticInformationIdList(Values.stringValue.Builder builderForValue)
optional .dstore.engine.values.stringValue statistic_information_id_list = 2;public CoGetCommunityStatisticsAd.Parameters.Builder mergeStatisticInformationIdList(Values.stringValue value)
optional .dstore.engine.values.stringValue statistic_information_id_list = 2;public CoGetCommunityStatisticsAd.Parameters.Builder clearStatisticInformationIdList()
optional .dstore.engine.values.stringValue statistic_information_id_list = 2;public Values.stringValue.Builder getStatisticInformationIdListBuilder()
optional .dstore.engine.values.stringValue statistic_information_id_list = 2;public Values.stringValueOrBuilder getStatisticInformationIdListOrBuilder()
optional .dstore.engine.values.stringValue statistic_information_id_list = 2;getStatisticInformationIdListOrBuilder in interface CoGetCommunityStatisticsAd.ParametersOrBuilderpublic boolean getStatisticInformationIdListNull()
optional bool statistic_information_id_list_null = 1002;getStatisticInformationIdListNull in interface CoGetCommunityStatisticsAd.ParametersOrBuilderpublic CoGetCommunityStatisticsAd.Parameters.Builder setStatisticInformationIdListNull(boolean value)
optional bool statistic_information_id_list_null = 1002;public CoGetCommunityStatisticsAd.Parameters.Builder clearStatisticInformationIdListNull()
optional bool statistic_information_id_list_null = 1002;public boolean hasFromDate()
optional .dstore.engine.values.timestampValue from_date = 3;hasFromDate in interface CoGetCommunityStatisticsAd.ParametersOrBuilderpublic Values.timestampValue getFromDate()
optional .dstore.engine.values.timestampValue from_date = 3;getFromDate in interface CoGetCommunityStatisticsAd.ParametersOrBuilderpublic CoGetCommunityStatisticsAd.Parameters.Builder setFromDate(Values.timestampValue value)
optional .dstore.engine.values.timestampValue from_date = 3;public CoGetCommunityStatisticsAd.Parameters.Builder setFromDate(Values.timestampValue.Builder builderForValue)
optional .dstore.engine.values.timestampValue from_date = 3;public CoGetCommunityStatisticsAd.Parameters.Builder mergeFromDate(Values.timestampValue value)
optional .dstore.engine.values.timestampValue from_date = 3;public CoGetCommunityStatisticsAd.Parameters.Builder clearFromDate()
optional .dstore.engine.values.timestampValue from_date = 3;public Values.timestampValue.Builder getFromDateBuilder()
optional .dstore.engine.values.timestampValue from_date = 3;public Values.timestampValueOrBuilder getFromDateOrBuilder()
optional .dstore.engine.values.timestampValue from_date = 3;getFromDateOrBuilder in interface CoGetCommunityStatisticsAd.ParametersOrBuilderpublic boolean getFromDateNull()
optional bool from_date_null = 1003;getFromDateNull in interface CoGetCommunityStatisticsAd.ParametersOrBuilderpublic CoGetCommunityStatisticsAd.Parameters.Builder setFromDateNull(boolean value)
optional bool from_date_null = 1003;public CoGetCommunityStatisticsAd.Parameters.Builder clearFromDateNull()
optional bool from_date_null = 1003;public boolean hasToDate()
optional .dstore.engine.values.timestampValue to_date = 4;hasToDate in interface CoGetCommunityStatisticsAd.ParametersOrBuilderpublic Values.timestampValue getToDate()
optional .dstore.engine.values.timestampValue to_date = 4;getToDate in interface CoGetCommunityStatisticsAd.ParametersOrBuilderpublic CoGetCommunityStatisticsAd.Parameters.Builder setToDate(Values.timestampValue value)
optional .dstore.engine.values.timestampValue to_date = 4;public CoGetCommunityStatisticsAd.Parameters.Builder setToDate(Values.timestampValue.Builder builderForValue)
optional .dstore.engine.values.timestampValue to_date = 4;public CoGetCommunityStatisticsAd.Parameters.Builder mergeToDate(Values.timestampValue value)
optional .dstore.engine.values.timestampValue to_date = 4;public CoGetCommunityStatisticsAd.Parameters.Builder clearToDate()
optional .dstore.engine.values.timestampValue to_date = 4;public Values.timestampValue.Builder getToDateBuilder()
optional .dstore.engine.values.timestampValue to_date = 4;public Values.timestampValueOrBuilder getToDateOrBuilder()
optional .dstore.engine.values.timestampValue to_date = 4;getToDateOrBuilder in interface CoGetCommunityStatisticsAd.ParametersOrBuilderpublic boolean getToDateNull()
optional bool to_date_null = 1004;getToDateNull in interface CoGetCommunityStatisticsAd.ParametersOrBuilderpublic CoGetCommunityStatisticsAd.Parameters.Builder setToDateNull(boolean value)
optional bool to_date_null = 1004;public CoGetCommunityStatisticsAd.Parameters.Builder clearToDateNull()
optional bool to_date_null = 1004;public boolean hasCalculateSum()
optional .dstore.engine.values.booleanValue calculate_sum = 5;hasCalculateSum in interface CoGetCommunityStatisticsAd.ParametersOrBuilderpublic Values.booleanValue getCalculateSum()
optional .dstore.engine.values.booleanValue calculate_sum = 5;getCalculateSum in interface CoGetCommunityStatisticsAd.ParametersOrBuilderpublic CoGetCommunityStatisticsAd.Parameters.Builder setCalculateSum(Values.booleanValue value)
optional .dstore.engine.values.booleanValue calculate_sum = 5;public CoGetCommunityStatisticsAd.Parameters.Builder setCalculateSum(Values.booleanValue.Builder builderForValue)
optional .dstore.engine.values.booleanValue calculate_sum = 5;public CoGetCommunityStatisticsAd.Parameters.Builder mergeCalculateSum(Values.booleanValue value)
optional .dstore.engine.values.booleanValue calculate_sum = 5;public CoGetCommunityStatisticsAd.Parameters.Builder clearCalculateSum()
optional .dstore.engine.values.booleanValue calculate_sum = 5;public Values.booleanValue.Builder getCalculateSumBuilder()
optional .dstore.engine.values.booleanValue calculate_sum = 5;public Values.booleanValueOrBuilder getCalculateSumOrBuilder()
optional .dstore.engine.values.booleanValue calculate_sum = 5;getCalculateSumOrBuilder in interface CoGetCommunityStatisticsAd.ParametersOrBuilderpublic boolean getCalculateSumNull()
optional bool calculate_sum_null = 1005;getCalculateSumNull in interface CoGetCommunityStatisticsAd.ParametersOrBuilderpublic CoGetCommunityStatisticsAd.Parameters.Builder setCalculateSumNull(boolean value)
optional bool calculate_sum_null = 1005;public CoGetCommunityStatisticsAd.Parameters.Builder clearCalculateSumNull()
optional bool calculate_sum_null = 1005;public final CoGetCommunityStatisticsAd.Parameters.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessage.Builder<CoGetCommunityStatisticsAd.Parameters.Builder>public final CoGetCommunityStatisticsAd.Parameters.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessage.Builder<CoGetCommunityStatisticsAd.Parameters.Builder>