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
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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;
-