Package crawlercommons.urlfrontier
Interface Urlfrontier.KnownURLItemOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Urlfrontier.KnownURLItem,Urlfrontier.KnownURLItem.Builder
- Enclosing class:
- Urlfrontier
public static interface Urlfrontier.KnownURLItemOrBuilder
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; -
getRefetchableFromDate
long getRefetchableFromDate()* Expressed in seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Optional, the default value of 0 indicates that a URL should not be refetched.
uint64 refetchable_from_date = 2;- Returns:
- The refetchableFromDate.
-