ProbationCandidateList.Builder |
ProbationCandidateList.Builder.addAllProbationList(Iterable<? extends ProbationCandidateList.Info> values)
repeated .iotextypes.ProbationCandidateList.Info probationList = 1;
|
ProbationCandidateList.Builder |
ProbationCandidateList.Builder.addProbationList(int index,
ProbationCandidateList.Info.Builder builderForValue)
repeated .iotextypes.ProbationCandidateList.Info probationList = 1;
|
ProbationCandidateList.Builder |
ProbationCandidateList.Builder.addProbationList(int index,
ProbationCandidateList.Info value)
repeated .iotextypes.ProbationCandidateList.Info probationList = 1;
|
ProbationCandidateList.Builder |
ProbationCandidateList.Builder.addProbationList(ProbationCandidateList.Info.Builder builderForValue)
repeated .iotextypes.ProbationCandidateList.Info probationList = 1;
|
ProbationCandidateList.Builder |
ProbationCandidateList.Builder.addProbationList(ProbationCandidateList.Info value)
repeated .iotextypes.ProbationCandidateList.Info probationList = 1;
|
ProbationCandidateList.Builder |
ProbationCandidateList.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProbationCandidateList.Builder |
ProbationCandidateList.Builder.clear() |
ProbationCandidateList.Builder |
ProbationCandidateList.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ProbationCandidateList.Builder |
ProbationCandidateList.Builder.clearIntensityRate()
uint32 intensityRate = 2;
|
ProbationCandidateList.Builder |
ProbationCandidateList.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ProbationCandidateList.Builder |
ProbationCandidateList.Builder.clearProbationList()
repeated .iotextypes.ProbationCandidateList.Info probationList = 1;
|
ProbationCandidateList.Builder |
ProbationCandidateList.Builder.clone() |
ProbationCandidateList.Builder |
ProbationCandidateList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProbationCandidateList.Builder |
ProbationCandidateList.Builder.mergeFrom(com.google.protobuf.Message other) |
ProbationCandidateList.Builder |
ProbationCandidateList.Builder.mergeFrom(ProbationCandidateList other) |
ProbationCandidateList.Builder |
ProbationCandidateList.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ProbationCandidateList.Builder |
ProbationCandidateList.newBuilder() |
static ProbationCandidateList.Builder |
ProbationCandidateList.newBuilder(ProbationCandidateList prototype) |
ProbationCandidateList.Builder |
ProbationCandidateList.newBuilderForType() |
protected ProbationCandidateList.Builder |
ProbationCandidateList.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ProbationCandidateList.Builder |
ProbationCandidateList.Builder.removeProbationList(int index)
repeated .iotextypes.ProbationCandidateList.Info probationList = 1;
|
ProbationCandidateList.Builder |
ProbationCandidateList.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProbationCandidateList.Builder |
ProbationCandidateList.Builder.setIntensityRate(int value)
uint32 intensityRate = 2;
|
ProbationCandidateList.Builder |
ProbationCandidateList.Builder.setProbationList(int index,
ProbationCandidateList.Info.Builder builderForValue)
repeated .iotextypes.ProbationCandidateList.Info probationList = 1;
|
ProbationCandidateList.Builder |
ProbationCandidateList.Builder.setProbationList(int index,
ProbationCandidateList.Info value)
repeated .iotextypes.ProbationCandidateList.Info probationList = 1;
|
ProbationCandidateList.Builder |
ProbationCandidateList.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ProbationCandidateList.Builder |
ProbationCandidateList.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ProbationCandidateList.Builder |
ProbationCandidateList.toBuilder() |