Class QuerySubject


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2023-12-06T11:25:47.362934Z[Etc/UTC]")
    public class QuerySubject
    extends java.lang.Object
    A single subject of a particular query. In the future, we may evolve this model to include richer details about the Query Subject in relation to the query.
    • Constructor Summary

      Constructors 
      Constructor Description
      QuerySubject()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      QuerySubject entity​(java.lang.String entity)  
      boolean equals​(java.lang.Object o)  
      @NotNull java.lang.String getEntity()
      An entity which is the subject of a query.
      int hashCode()  
      void setEntity​(java.lang.String entity)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • QuerySubject

        public QuerySubject()
    • Method Detail

      • entity

        public QuerySubject entity​(java.lang.String entity)
      • getEntity

        @NotNull
        public @NotNull java.lang.String getEntity()
        An entity which is the subject of a query.
        Returns:
        entity
      • setEntity

        public void setEntity​(java.lang.String entity)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object