Interface EntailmentOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getClaim()
      string claim = 2 [json_name = "claim"];
      com.google.protobuf.ByteString getClaimBytes()
      string claim = 2 [json_name = "claim"];
      java.lang.String getPremise()
      string premise = 1 [json_name = "premise"];
      com.google.protobuf.ByteString getPremiseBytes()
      string premise = 1 [json_name = "premise"];
      EntailmentType getType()
      .arg_services.mining.v1beta.EntailmentType type = 3 [json_name = "type"];
      int getTypeValue()
      .arg_services.mining.v1beta.EntailmentType type = 3 [json_name = "type"];
      • 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

      • getPremise

        java.lang.String getPremise()
        string premise = 1 [json_name = "premise"];
        Returns:
        The premise.
      • getPremiseBytes

        com.google.protobuf.ByteString getPremiseBytes()
        string premise = 1 [json_name = "premise"];
        Returns:
        The bytes for premise.
      • getClaim

        java.lang.String getClaim()
        string claim = 2 [json_name = "claim"];
        Returns:
        The claim.
      • getClaimBytes

        com.google.protobuf.ByteString getClaimBytes()
        string claim = 2 [json_name = "claim"];
        Returns:
        The bytes for claim.
      • getTypeValue

        int getTypeValue()
        .arg_services.mining.v1beta.EntailmentType type = 3 [json_name = "type"];
        Returns:
        The enum numeric value on the wire for type.
      • getType

        EntailmentType getType()
        .arg_services.mining.v1beta.EntailmentType type = 3 [json_name = "type"];
        Returns:
        The type.