public static interface Protos.WeightInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getRole()
optional string role = 2; |
com.google.protobuf.ByteString |
getRoleBytes()
optional string role = 2; |
double |
getWeight()
required double weight = 1; |
boolean |
hasRole()
optional string role = 2; |
boolean |
hasWeight()
required double weight = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasWeight()
required double weight = 1;
double getWeight()
required double weight = 1;
boolean hasRole()
optional string role = 2;
Related role name.
String getRole()
optional string role = 2;
Related role name.
com.google.protobuf.ByteString getRoleBytes()
optional string role = 2;
Related role name.
Copyright © 2017 The Apache Software Foundation. All Rights Reserved.