Package crawlercommons.urlfrontier
Interface Urlfrontier.AckMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Urlfrontier.AckMessage,Urlfrontier.AckMessage.Builder
- Enclosing class:
- Urlfrontier
public static interface Urlfrontier.AckMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetID()* ID which had been specified by the client *com.google.protobuf.ByteString* ID which had been specified by the client *.urlfrontier.AckMessage.Status status = 2;int.urlfrontier.AckMessage.Status status = 2;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
-
getID
String getID()* ID which had been specified by the client *
string ID = 1;- Returns:
- The iD.
-
getIDBytes
com.google.protobuf.ByteString getIDBytes()* ID which had been specified by the client *
string ID = 1;- Returns:
- The bytes for iD.
-
getStatusValue
int getStatusValue().urlfrontier.AckMessage.Status status = 2;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
Urlfrontier.AckMessage.Status getStatus().urlfrontier.AckMessage.Status status = 2;- Returns:
- The status.
-