public static interface ClassHierarchyProto.ConstructorArgOrBuilder extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getFullArgClassName()
required string full_arg_class_name = 1; |
com.google.protobuf.ByteString |
getFullArgClassNameBytes()
required string full_arg_class_name = 1; |
boolean |
getIsInjectionFuture()
required bool is_injection_future = 3; |
String |
getNamedParameterName()
optional string named_parameter_name = 2; |
com.google.protobuf.ByteString |
getNamedParameterNameBytes()
optional string named_parameter_name = 2; |
boolean |
hasFullArgClassName()
required string full_arg_class_name = 1; |
boolean |
hasIsInjectionFuture()
required bool is_injection_future = 3; |
boolean |
hasNamedParameterName()
optional string named_parameter_name = 2; |
boolean hasFullArgClassName()
required string full_arg_class_name = 1;
The full name of the class that should be passed into this constructor argument.
String getFullArgClassName()
required string full_arg_class_name = 1;
The full name of the class that should be passed into this constructor argument.
com.google.protobuf.ByteString getFullArgClassNameBytes()
required string full_arg_class_name = 1;
The full name of the class that should be passed into this constructor argument.
boolean hasNamedParameterName()
optional string named_parameter_name = 2;
The named parameter (if any) that this argument is annotated with.
String getNamedParameterName()
optional string named_parameter_name = 2;
The named parameter (if any) that this argument is annotated with.
com.google.protobuf.ByteString getNamedParameterNameBytes()
optional string named_parameter_name = 2;
The named parameter (if any) that this argument is annotated with.
boolean hasIsInjectionFuture()
required bool is_injection_future = 3;
boolean getIsInjectionFuture()
required bool is_injection_future = 3;
Copyright © 2016 The Apache Software Foundation. All rights reserved.