@Generated(value="OracleSDKGenerator", comments="API Version: 20190506") public final class PackageItem extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Details of Package
object.
Note: Objects should always be created or deserialized using the PackageItem.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 PackageItem.Builder
, which maintain a
set of all explicitly set fields called PackageItem.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 |
PackageItem.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
PackageItem(String id,
String publisherId,
String name,
String displayName,
String version,
Date timeUploaded,
Date timePublished,
String description,
List<String> resourceTypes,
List<ResourceTypeMetadata> resourceTypesMetadata,
List<MetadataProperty> publisherMetadata,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
ImportContract importContract,
DefaultParameterValues defaultParameterValues)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static PackageItem.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
DefaultParameterValues |
getDefaultParameterValues() |
Map<String,Map<String,Object>> |
getDefinedTags()
Usage of predefined tag keys.
|
String |
getDescription()
Description of the package.
|
String |
getDisplayName()
Display name for the package (displayed in UI and user-facing applications).
|
Map<String,String> |
getFreeformTags()
Simple key-value pair that is applied without any predefined name, type, or scope.
|
String |
getId()
Unique immutable identifier that was assigned when the Package was registered.
|
ImportContract |
getImportContract() |
String |
getName()
Name of package.
|
String |
getPublisherId()
ID of the publisher providing the package.
|
List<MetadataProperty> |
getPublisherMetadata()
A map of metadata key/value pairs that further describes the publisher and the platform in
which the package might be used.
|
List<String> |
getResourceTypes()
A list of resource types describing the content of the package.
|
List<ResourceTypeMetadata> |
getResourceTypesMetadata()
A map of resource type to metadata key/value map that further describes the content for the
resource types in this package..
|
Date |
getTimePublished()
When the package was last published.
|
Date |
getTimeUploaded()
When the package was uploaded.
|
String |
getVersion()
Version of the package.
|
int |
hashCode() |
PackageItem.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","publisherId","name","displayName","version","timeUploaded","timePublished","description","resourceTypes","resourceTypesMetadata","publisherMetadata","freeformTags","definedTags","importContract","defaultParameterValues"}) public PackageItem(String id, String publisherId, String name, String displayName, String version, Date timeUploaded, Date timePublished, String description, List<String> resourceTypes, List<ResourceTypeMetadata> resourceTypesMetadata, List<MetadataProperty> publisherMetadata, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, ImportContract importContract, DefaultParameterValues defaultParameterValues)
public static PackageItem.Builder builder()
Create a new builder.
public PackageItem.Builder toBuilder()
public String getId()
Unique immutable identifier that was assigned when the Package was registered.
public String getPublisherId()
ID of the publisher providing the package.
public String getName()
Name of package.
public String getDisplayName()
Display name for the package (displayed in UI and user-facing applications).
public String getVersion()
Version of the package.
public Date getTimeUploaded()
When the package was uploaded. A date-time string as described in RFC 3339, section 14.29.
public Date getTimePublished()
When the package was last published. A date-time string as described in RFC 3339, section 14.29.
public String getDescription()
Description of the package.
public List<String> getResourceTypes()
A list of resource types describing the content of the package.
public List<ResourceTypeMetadata> getResourceTypesMetadata()
A map of resource type to metadata key/value map that further describes the content for the resource types in this package.. Keys are resource type names, values are a map of name/value pairs per resource type.
public List<MetadataProperty> getPublisherMetadata()
A map of metadata key/value pairs that further describes the publisher and the platform in which the package might be used.
public Map<String,String> getFreeformTags()
Simple key-value pair that is applied without any predefined name, type, or scope. Example:
{"bar-key": "value"}
public Map<String,Map<String,Object>> getDefinedTags()
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace": {"bar-key": "value"}}
public ImportContract getImportContract()
public DefaultParameterValues getDefaultParameterValues()
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.