Class SaveQueryOptions

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

    public class SaveQueryOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The saveQuery options.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String authInstanceId()
      Gets the authInstanceId.
      java.lang.String createdBy()
      Gets the createdBy.
      java.lang.String createdOn()
      Gets the createdOn.
      java.lang.String description()
      Gets the description.
      java.lang.String engineId()
      Gets the engineId.
      SaveQueryOptions.Builder newBuilder()
      New builder.
      java.lang.String queryName()
      Gets the queryName.
      java.lang.String queryString()
      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

      • queryName

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

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

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

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

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

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

        public java.lang.String authInstanceId()
        Gets the authInstanceId. Instance ID.
        Returns:
        the authInstanceId