com.ibm.streamsx.rest.internal.icp4d

Class JobDescription.Entity

  • java.lang.Object
    • com.ibm.streamsx.rest.internal.icp4d.JobDescription.Entity
  • Enclosing class:
    JobDescription


    public class JobDescription.Entity
    extends java.lang.Object
    entity substructure "entity": { "job": { "asset_ref_type": "streams", "configuration": { "application": "https://cluster.ip/v2/asset_files/jobs/19561431-e6bd-4bfa-8f71-630821ed4e14/View.ConflictingAttributes.sab?space_id=66d50216-6048-4619-81cc-a2f38fa70fdb", "env_type": "streams", "env_variables": [], "streamsInstance": "sample-streams" }, "last_run_initiator": "None", "last_run_status": "None", "last_run_status_timestamp": 0, "last_run_time": "", "space_name": "sample-streams.nbgr55" } }
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class and Description
      protected static class  Element.ElementArray<E extends com.ibm.streamsx.rest.internal.icp4d.Element>
      internal usage to get the list of elements
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      protected static com.google.gson.Gson gson 
    • Constructor Summary

      Constructors 
      Constructor and Description
      Entity() 
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      protected static <E extends com.ibm.streamsx.rest.internal.icp4d.Element,A extends Element.ElementArray<E>>
      java.util.List<E>
      createList(AbstractConnection sc, java.lang.String uri, java.lang.Class<A> arrayClass) 
      com.ibm.streamsx.rest.internal.icp4d.JobDescription.Entity._Job getJob() 
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • gson

        protected static final com.google.gson.Gson gson
    • Constructor Detail

      • Entity

        public Entity()
    • Method Detail

      • getJob

        public com.ibm.streamsx.rest.internal.icp4d.JobDescription.Entity._Job getJob()
        Returns:
        the job
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • createList

        protected static final <E extends com.ibm.streamsx.rest.internal.icp4d.Element,A extends Element.ElementArray<E>> java.util.List<E> createList(AbstractConnection sc,
                                                                                                                                                       java.lang.String uri,
                                                                                                                                                       java.lang.Class<A> arrayClass)
                                                                                                                                                throws java.io.IOException
        Throws:
        java.io.IOException
streamsx.topology 2.1 @ IBMStreams GitHub