Interface EntailmentQueryContextOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    EntailmentQueryContext, EntailmentQueryContext.Builder

    public interface EntailmentQueryContextOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAduId()
      string adu_id = 1 [json_name = "aduId"];
      com.google.protobuf.ByteString getAduIdBytes()
      string adu_id = 1 [json_name = "aduId"];
      float getWeight()
      float weight = 2 [json_name = "weight"];
      • 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

      • getAduId

        java.lang.String getAduId()
        string adu_id = 1 [json_name = "aduId"];
        Returns:
        The aduId.
      • getAduIdBytes

        com.google.protobuf.ByteString getAduIdBytes()
        string adu_id = 1 [json_name = "aduId"];
        Returns:
        The bytes for aduId.
      • getWeight

        float getWeight()
        float weight = 2 [json_name = "weight"];
        Returns:
        The weight.