@Generated(value="OracleSDKGenerator", comments="API Version: 20190506") public final class PackageSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Summary of Package
object.
Note: Objects should always be created or deserialized using the PackageSummary.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 PackageSummary.Builder
, which maintain a
set of all explicitly set fields called PackageSummary.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 |
PackageSummary.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
PackageSummary(String id,
String publisherId,
String name,
String displayName,
String version,
Date timePublished,
String description,
List<String> resourceTypes,
List<ResourceTypeMetadata> resourceTypesMetadata,
List<MetadataProperty> publisherMetadata,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static PackageSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
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.
|
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.
|
String |
getVersion()
Version of the package.
|
int |
hashCode() |
PackageSummary.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","timePublished","description","resourceTypes","resourceTypesMetadata","publisherMetadata","freeformTags","definedTags"}) public PackageSummary(String id, String publisherId, String name, String displayName, String version, Date timePublished, String description, List<String> resourceTypes, List<ResourceTypeMetadata> resourceTypesMetadata, List<MetadataProperty> publisherMetadata, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
public static PackageSummary.Builder builder()
Create a new builder.
public PackageSummary.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 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 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.