Class VersionEntitlement
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.VersionEntitlement
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class VersionEntitlement extends com.ibm.cloud.sdk.core.service.model.GenericModelEntitlement license info.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVersionEntitlement.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringimageRepoName()Gets the imageRepoName.VersionEntitlement.BuildernewBuilder()New builder.java.util.List<java.lang.String>partNumbers()Gets the partNumbers.java.lang.StringproductId()Gets the productId.java.lang.StringproviderId()Gets the providerId.java.lang.StringproviderName()Gets the providerName.
-
-
-
Method Detail
-
newBuilder
public VersionEntitlement.Builder newBuilder()
New builder.- Returns:
- a VersionEntitlement builder
-
providerName
public java.lang.String providerName()
Gets the providerName. Provider name.- Returns:
- the providerName
-
providerId
public java.lang.String providerId()
Gets the providerId. Provider ID.- Returns:
- the providerId
-
productId
public java.lang.String productId()
Gets the productId. Product ID.- Returns:
- the productId
-
partNumbers
public java.util.List<java.lang.String> partNumbers()
Gets the partNumbers. list of license entitlement part numbers, eg. D1YGZLL,D1ZXILL.- Returns:
- the partNumbers
-
imageRepoName
public java.lang.String imageRepoName()
Gets the imageRepoName. Image repository name.- Returns:
- the imageRepoName
-
-