Class AbstractCommandDescriptor

    • Method Detail

      • getDisplayQueryString

        public String getDisplayQueryString()
        Command fragment display string from user specified query string formatted by query builder.
        Returns:
        the value
      • getInternalQueryString

        public String getInternalQueryString()
        Command fragment internal string from user specified query string formatted by query builder.
        Returns:
        the value
      • getCategory

        public String getCategory()
        querylanguage command designation for example; reporting vs filtering
        Returns:
        the value
      • getReferencedFields

        public List<AbstractField> getReferencedFields()
        Fields referenced in command fragment from user specified query string.
        Returns:
        the value
      • getDeclaredFields

        public List<AbstractField> getDeclaredFields()
        Fields declared in command fragment from user specified query string.
        Returns:
        the value
      • getIsHidden

        public Boolean getIsHidden()
        Field denoting if this is a hidden command that is not shown in the query string.
        Returns:
        the value
      • toString

        public String toString()
        Overrides:
        toString in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel