Class QuerySubjects

    • Constructor Detail

      • QuerySubjects

        public QuerySubjects()
    • Method Detail

      • get__type

        @NotNull
        public @NotNull java.lang.String get__type()
        Name of this subclass in SimpleClassName format
        Returns:
        __type
      • 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:
        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