Package crawlercommons.urlfrontier
Interface Urlfrontier.URLItemOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Urlfrontier.URLItem,Urlfrontier.URLItem.Builder
- Enclosing class:
- Urlfrontier
public static interface Urlfrontier.URLItemOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Urlfrontier.DiscoveredURLItemgetDiscovered().urlfrontier.DiscoveredURLItem discovered = 1;Urlfrontier.DiscoveredURLItemOrBuildergetDiscoveredOrBuilder().urlfrontier.DiscoveredURLItem discovered = 1;StringgetID()* Identifier specified by the client, if missing, the URL is returned *com.google.protobuf.ByteStringgetIDBytes()* Identifier specified by the client, if missing, the URL is returned *Urlfrontier.URLItem.ItemCasegetItemCase()Urlfrontier.KnownURLItemgetKnown().urlfrontier.KnownURLItem known = 2;Urlfrontier.KnownURLItemOrBuildergetKnownOrBuilder().urlfrontier.KnownURLItem known = 2;booleanhasDiscovered().urlfrontier.DiscoveredURLItem discovered = 1;booleanhasKnown().urlfrontier.KnownURLItem known = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDiscovered
boolean hasDiscovered()
.urlfrontier.DiscoveredURLItem discovered = 1;- Returns:
- Whether the discovered field is set.
-
getDiscovered
Urlfrontier.DiscoveredURLItem getDiscovered()
.urlfrontier.DiscoveredURLItem discovered = 1;- Returns:
- The discovered.
-
getDiscoveredOrBuilder
Urlfrontier.DiscoveredURLItemOrBuilder getDiscoveredOrBuilder()
.urlfrontier.DiscoveredURLItem discovered = 1;
-
hasKnown
boolean hasKnown()
.urlfrontier.KnownURLItem known = 2;- Returns:
- Whether the known field is set.
-
getKnown
Urlfrontier.KnownURLItem getKnown()
.urlfrontier.KnownURLItem known = 2;- Returns:
- The known.
-
getKnownOrBuilder
Urlfrontier.KnownURLItemOrBuilder getKnownOrBuilder()
.urlfrontier.KnownURLItem known = 2;
-
getID
String getID()
* Identifier specified by the client, if missing, the URL is returned *
string ID = 3;- Returns:
- The iD.
-
getIDBytes
com.google.protobuf.ByteString getIDBytes()
* Identifier specified by the client, if missing, the URL is returned *
string ID = 3;- Returns:
- The bytes for iD.
-
getItemCase
Urlfrontier.URLItem.ItemCase getItemCase()
-
-