Class SourceConfigParam

    • Method Detail

      • _toJsonString

        public java.lang.String _toJsonString()
      • isFields

        public boolean isFields()
        Is this variant instance of kind fields?
      • fields

        public java.util.List<java.lang.String> fields()
        Get the fields variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the fields kind.
      • isFetch

        public boolean isFetch()
        Is this variant instance of kind fetch?
      • fetch

        public java.lang.Boolean fetch()
        Get the fetch variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the fetch kind.