Class HelmChartImageDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.marketplacepublisher.model.HelmChartImageDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20241201") public final class HelmChartImageDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelHelmchart image details.
 Note: Objects should always be created or deserialized using theHelmChartImageDetails.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theHelmChartImageDetails.Builder, which maintain a set of all explicitly set fields calledHelmChartImageDetails.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classHelmChartImageDetails.Builder
 - 
Constructor SummaryConstructors Constructor Description HelmChartImageDetails(String sourceRegistryId, String sourceRegistryUrl, List<String> supportedKubernetesVersions, ValidationStatus validationStatus, String validationError, PublicationStatus publicationStatus, String publicationError)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HelmChartImageDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetPublicationError()image validation failure errorsPublicationStatusgetPublicationStatus()image publication statusStringgetSourceRegistryId()The source registry OCID of the helmchart image.StringgetSourceRegistryUrl()source registry url of the helmchart image.List<String>getSupportedKubernetesVersions()The supported versions of KubernetesStringgetValidationError()image validation failure errorsValidationStatusgetValidationStatus()image validation status.inthashCode()HelmChartImageDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
HelmChartImageDetails@Deprecated @ConstructorProperties({"sourceRegistryId","sourceRegistryUrl","supportedKubernetesVersions","validationStatus","validationError","publicationStatus","publicationError"}) public HelmChartImageDetails(String sourceRegistryId, String sourceRegistryUrl, List<String> supportedKubernetesVersions, ValidationStatus validationStatus, String validationError, PublicationStatus publicationStatus, String publicationError) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static HelmChartImageDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic HelmChartImageDetails.Builder toBuilder() 
 - 
getSourceRegistryIdpublic String getSourceRegistryId() The source registry OCID of the helmchart image.- Returns:
- the value
 
 - 
getSourceRegistryUrlpublic String getSourceRegistryUrl() source registry url of the helmchart image.- Returns:
- the value
 
 - 
getSupportedKubernetesVersionspublic List<String> getSupportedKubernetesVersions() The supported versions of Kubernetes- Returns:
- the value
 
 - 
getValidationStatuspublic ValidationStatus getValidationStatus() image validation status.- Returns:
- the value
 
 - 
getValidationErrorpublic String getValidationError() image validation failure errors- Returns:
- the value
 
 - 
getPublicationStatuspublic PublicationStatus getPublicationStatus() image publication status- Returns:
- the value
 
 - 
getPublicationErrorpublic String getPublicationError() image validation failure errors- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-