com.ibm.streamsx.rest.internal.icp4d

Class DeploymentSpace.Entity

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


    public static class DeploymentSpace.Entity
    extends java.lang.Object
    entity substructure
    • 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() 
    • Field Detail

      • gson

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

      • Entity

        public Entity()
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        the space name
      • getDescription

        public java.lang.String getDescription()
        Returns:
        the space description
      • 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