Class QuerySubjects
- java.lang.Object
-
- io.datahubproject.openapi.generated.QuerySubjects
-
- All Implemented Interfaces:
OneOfEnvelopedAspectValue,OneOfGenericAspectValue
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class QuerySubjects extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValueInformation about the subjects of a particular Query, i.e. the assets being queried.
-
-
Constructor Summary
Constructors Constructor Description QuerySubjects()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuerySubjectsaddSubjectsItem(QuerySubject subjectsItem)booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@NotNull @Valid java.util.List<QuerySubject>getSubjects()One or more subjects of the query.inthashCode()voidsetSubjects(java.util.List<QuerySubject> subjects)QuerySubjectssubjects(java.util.List<QuerySubject> subjects)java.lang.StringtoString()
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
subjects
public QuerySubjects subjects(java.util.List<QuerySubject> subjects)
-
addSubjectsItem
public QuerySubjects addSubjectsItem(QuerySubject subjectsItem)
-
getSubjects
@NotNull @Valid public @NotNull @Valid java.util.List<QuerySubject> getSubjects()
One or more subjects of the query. In single-asset queries (e.g. table select), this will contain the Table reference and optionally schema field references. In multi-asset queries (e.g. table joins), this may contain multiple Table references and optionally schema field references.- Returns:
- subjects
-
setSubjects
public void setSubjects(java.util.List<QuerySubject> subjects)
-
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
-
-