Class QuerySubject
- java.lang.Object
-
- io.datahubproject.openapi.generated.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.ObjectA 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 QuerySubjectentity(java.lang.String entity)booleanequals(java.lang.Object o)@NotNull java.lang.StringgetEntity()An entity which is the subject of a query.inthashCode()voidsetEntity(java.lang.String entity)java.lang.StringtoString()
-
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-