Package net.sf.okapi.proto
Interface IResourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IResource,IResource.Builder
public interface IResourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenericAnnotationsgetGenericAnnotations().GenericAnnotations genericAnnotations = 3;GenericAnnotationsOrBuildergetGenericAnnotationsOrBuilder().GenericAnnotations genericAnnotations = 3;StringgetId()string id = 1;com.google.protobuf.ByteStringgetIdBytes()string id = 1;PropertygetProperties(int index)repeated .Property properties = 2;intgetPropertiesCount()repeated .Property properties = 2;List<Property>getPropertiesList()repeated .Property properties = 2;PropertyOrBuildergetPropertiesOrBuilder(int index)repeated .Property properties = 2;List<? extends PropertyOrBuilder>getPropertiesOrBuilderList()repeated .Property properties = 2;booleanhasGenericAnnotations().GenericAnnotations genericAnnotations = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
String getId()
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 1;- Returns:
- The bytes for id.
-
getProperties
Property getProperties(int index)
repeated .Property properties = 2;
-
getPropertiesCount
int getPropertiesCount()
repeated .Property properties = 2;
-
getPropertiesOrBuilderList
List<? extends PropertyOrBuilder> getPropertiesOrBuilderList()
repeated .Property properties = 2;
-
getPropertiesOrBuilder
PropertyOrBuilder getPropertiesOrBuilder(int index)
repeated .Property properties = 2;
-
hasGenericAnnotations
boolean hasGenericAnnotations()
.GenericAnnotations genericAnnotations = 3;- Returns:
- Whether the genericAnnotations field is set.
-
getGenericAnnotations
GenericAnnotations getGenericAnnotations()
.GenericAnnotations genericAnnotations = 3;- Returns:
- The genericAnnotations.
-
getGenericAnnotationsOrBuilder
GenericAnnotationsOrBuilder getGenericAnnotationsOrBuilder()
.GenericAnnotations genericAnnotations = 3;
-
-