Package crawlercommons.urlfrontier
Interface Urlfrontier.DiscoveredURLItemOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Urlfrontier.DiscoveredURLItem,Urlfrontier.DiscoveredURLItem.Builder
- Enclosing class:
- Urlfrontier
public static interface Urlfrontier.DiscoveredURLItemOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Urlfrontier.URLInfogetInfo().urlfrontier.URLInfo info = 1;Urlfrontier.URLInfoOrBuildergetInfoOrBuilder().urlfrontier.URLInfo info = 1;booleanhasInfo().urlfrontier.URLInfo info = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInfo
boolean hasInfo()
.urlfrontier.URLInfo info = 1;- Returns:
- Whether the info field is set.
-
getInfo
Urlfrontier.URLInfo getInfo()
.urlfrontier.URLInfo info = 1;- Returns:
- The info.
-
getInfoOrBuilder
Urlfrontier.URLInfoOrBuilder getInfoOrBuilder()
.urlfrontier.URLInfo info = 1;
-
-