@Generated(value="OracleSDKGenerator", comments="API Version: 20220901") public final class HelmChartPackage extends ListingRevisionPackage
A package for container image listings.
Note: Objects should always be created or deserialized using the HelmChartPackage.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 the HelmChartPackage.Builder
, which maintain a
set of all explicitly set fields called HelmChartPackage.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
HelmChartPackage.Builder |
ListingRevisionPackage.LifecycleState, ListingRevisionPackage.Status
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
HelmChartPackage(String id,
String displayName,
String description,
String listingRevisionId,
String compartmentId,
String artifactId,
String termId,
String packageVersion,
ListingRevisionPackage.LifecycleState lifecycleState,
ListingRevisionPackage.Status status,
Boolean areSecurityUpgradesProvided,
Boolean isDefault,
Date timeCreated,
Date timeUpdated,
Map<String,String> extendedMetadata,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static HelmChartPackage.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
int |
hashCode() |
HelmChartPackage.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getAreSecurityUpgradesProvided, getArtifactId, getCompartmentId, getDefinedTags, getDescription, getDisplayName, getExtendedMetadata, getFreeformTags, getId, getIsDefault, getLifecycleState, getListingRevisionId, getPackageVersion, getStatus, getSystemTags, getTermId, getTimeCreated, getTimeUpdated
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public HelmChartPackage(String id, String displayName, String description, String listingRevisionId, String compartmentId, String artifactId, String termId, String packageVersion, ListingRevisionPackage.LifecycleState lifecycleState, ListingRevisionPackage.Status status, Boolean areSecurityUpgradesProvided, Boolean isDefault, Date timeCreated, Date timeUpdated, Map<String,String> extendedMetadata, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
public static HelmChartPackage.Builder builder()
Create a new builder.
public HelmChartPackage.Builder toBuilder()
public String toString()
toString
in class ListingRevisionPackage
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class ListingRevisionPackage
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class ListingRevisionPackage
public int hashCode()
hashCode
in class ListingRevisionPackage
Copyright © 2016–2024. All rights reserved.