public static interface OmGetBillInformationAd.ParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Values.integerValue |
getBillId()
optional .dstore.engine.values.integerValue bill_id = 1; |
boolean |
getBillIdNull()
optional bool bill_id_null = 1001; |
Values.integerValueOrBuilder |
getBillIdOrBuilder()
optional .dstore.engine.values.integerValue bill_id = 1; |
Values.stringValue |
getInformationTypeIdList()
optional .dstore.engine.values.stringValue information_type_id_list = 2; |
boolean |
getInformationTypeIdListNull()
optional bool information_type_id_list_null = 1002; |
Values.stringValueOrBuilder |
getInformationTypeIdListOrBuilder()
optional .dstore.engine.values.stringValue information_type_id_list = 2; |
boolean |
hasBillId()
optional .dstore.engine.values.integerValue bill_id = 1; |
boolean |
hasInformationTypeIdList()
optional .dstore.engine.values.stringValue information_type_id_list = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBillId()
optional .dstore.engine.values.integerValue bill_id = 1;Values.integerValue getBillId()
optional .dstore.engine.values.integerValue bill_id = 1;Values.integerValueOrBuilder getBillIdOrBuilder()
optional .dstore.engine.values.integerValue bill_id = 1;boolean getBillIdNull()
optional bool bill_id_null = 1001;boolean hasInformationTypeIdList()
optional .dstore.engine.values.stringValue information_type_id_list = 2;Values.stringValue getInformationTypeIdList()
optional .dstore.engine.values.stringValue information_type_id_list = 2;Values.stringValueOrBuilder getInformationTypeIdListOrBuilder()
optional .dstore.engine.values.stringValue information_type_id_list = 2;boolean getInformationTypeIdListNull()
optional bool information_type_id_list_null = 1002;