Class Query

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class Query
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Query.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCreatedBy()
      Gets the createdBy.
      java.lang.String getCreatedOn()
      Gets the createdOn.
      java.lang.String getDescription()
      Gets the description.
      java.lang.String getEngineId()
      Gets the engineId.
      java.lang.String getQueryName()
      Gets the queryName.
      java.lang.String getQueryString()
      Gets the queryString.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getCreatedBy

        public java.lang.String getCreatedBy()
        Gets the createdBy. Created by.
        Returns:
        the createdBy
      • getCreatedOn

        public java.lang.String getCreatedOn()
        Gets the createdOn. Created on.
        Returns:
        the createdOn
      • getDescription

        public java.lang.String getDescription()
        Gets the description. Description.
        Returns:
        the description
      • getEngineId

        public java.lang.String getEngineId()
        Gets the engineId. Engine ID.
        Returns:
        the engineId
      • getQueryName

        public java.lang.String getQueryName()
        Gets the queryName. Query name.
        Returns:
        the queryName
      • getQueryString

        public java.lang.String getQueryString()
        Gets the queryString. Query string.
        Returns:
        the queryString