com.ibm.streamsx.rest.internal.icp4d

Class DeploymentSpace

  • java.lang.Object
    • com.ibm.streamsx.rest.internal.icp4d.DeploymentSpace


  • public class DeploymentSpace
    extends java.lang.Object
    This class represents a Deployment space REST resource from the /v2/spaces API
    • Field Detail

      • gson

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

      • DeploymentSpace

        public DeploymentSpace()
    • Method Detail

      • getId

        public java.lang.String getId()
        Convenience method for getMetadata().getId(). returns the space ID.
      • getName

        public java.lang.String getName()
        Convenience method for getEntity().getName(). returns the space ID.
      • getUriPath

        public java.lang.String getUriPath()
        Convenience method for getMetadata().getUrl(). returns the path of the space resource URI.
      • 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