com.ibm.streamsx.rest.build
Class BaseImage
- java.lang.Object
-
- com.ibm.streamsx.rest.build.Element
-
- com.ibm.streamsx.rest.build.BaseImage
-
public class BaseImage extends Element
This class describes an image from the build pool. URL: /streams/rest/buildpools/pool-ID/baseimages
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.ibm.streamsx.rest.build.Element
Element.ElementArray<E extends Element>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String
getId()
java.lang.String
getName()
java.lang.String
getPrefix()
java.lang.String
getRegistry()
java.lang.String
getRestid()
java.lang.String
getTag()
-
Methods inherited from class com.ibm.streamsx.rest.build.Element
createList, refresh, toString
-
-
-
-
Method Detail
-
getRegistry
public java.lang.String getRegistry()
- Returns:
- the registry
-
getPrefix
public java.lang.String getPrefix()
- Returns:
- the prefix
-
getName
public java.lang.String getName()
- Returns:
- the name
-
getTag
public java.lang.String getTag()
- Returns:
- the tag
-
getId
public java.lang.String getId()
- Returns:
- the id
-
getRestid
public java.lang.String getRestid()
- Returns:
- the restid
-
-