Class Artifacts
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.Artifacts
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Artifacts extends com.ibm.cloud.sdk.core.service.model.GenericModelArtifacts List.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetCount()Gets the count.java.util.List<Artifact>getResources()Gets the resources.
-
-
-
Method Detail
-
getCount
public java.lang.Long getCount()
Gets the count. The total number of artifacts.- Returns:
- the count
-
getResources
public java.util.List<Artifact> getResources()
Gets the resources. The list of artifacts.- Returns:
- the resources
-
-