com.ibm.streamsx.rest.build
Class BuildPool
- java.lang.Object
-
- com.ibm.streamsx.rest.build.Element
-
- com.ibm.streamsx.rest.build.BuildPool
-
public class BuildPool extends Element
This class describes a build pool URL: /streams/rest/buildpools
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.ibm.streamsx.rest.build.Element
Element.ElementArray<E extends Element>
-
-
Constructor Summary
Constructors Constructor and Description BuildPool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String
getName()
java.lang.String
getRestid()
java.lang.String
getToolkits()
java.lang.String
getType()
-
Methods inherited from class com.ibm.streamsx.rest.build.Element
createList, refresh, toString
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Returns:
- the name
-
getRestid
public java.lang.String getRestid()
- Returns:
- the restid
-
getType
public java.lang.String getType()
- Returns:
- the type
-
getToolkits
public java.lang.String getToolkits()
- Returns:
- the toolkits URL. This field is only available for build pools of type 'application'
-
-