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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getID()
      * ID which had been specified by the client *
      com.google.protobuf.ByteString getIDBytes()
      * ID which had been specified by the client *
      Urlfrontier.AckMessage.Status getStatus()
      .urlfrontier.AckMessage.Status status = 2;
      int getStatusValue()
      .urlfrontier.AckMessage.Status status = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • 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.