@Generated(value="OracleSDKGenerator", comments="API Version: 20200430") public final class ApplicationSummary extends Object
The application summary type contains the audit summary information and the definition of the application.
Note: Objects should always be created or deserialized using the ApplicationSummary.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 ApplicationSummary.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
ApplicationSummary.Builder |
Constructor and Description |
---|
ApplicationSummary(String key,
String modelType,
String modelVersion,
String name,
String description,
Integer applicationVersion,
Integer objectStatus,
String identifier,
ParentReference parentRef,
Integer objectVersion,
List<PatchObjectMetadata> dependentObjectMetadata,
Map<String,PatchObjectMetadata> publishedObjectMetadata,
SourceApplicationInfo sourceApplicationInfo,
Date timePatched,
ObjectMetadata metadata,
Map<String,String> keyMap)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ApplicationSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
Integer |
getApplicationVersion()
The application’s version.
|
List<PatchObjectMetadata> |
getDependentObjectMetadata()
A list of dependent objects in this patch.
|
String |
getDescription()
Detailed description for the object.
|
String |
getIdentifier()
Value can only contain upper case letters, underscore, and numbers.
|
String |
getKey()
Generated key that can be used in API calls to identify application.
|
Map<String,String> |
getKeyMap()
A key map.
|
ObjectMetadata |
getMetadata() |
String |
getModelType()
The object type.
|
String |
getModelVersion()
The object’s model version.
|
String |
getName()
Free form text without any restriction on permitted characters.
|
Integer |
getObjectStatus()
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
|
Integer |
getObjectVersion()
The version of the object that is used to track changes in the object instance.
|
ParentReference |
getParentRef() |
Map<String,PatchObjectMetadata> |
getPublishedObjectMetadata()
A list of objects that are published or unpublished in this patch.
|
SourceApplicationInfo |
getSourceApplicationInfo() |
Date |
getTimePatched()
The date and time the application was patched, in the timestamp format defined by RFC3339.
|
int |
hashCode() |
ApplicationSummary.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"key","modelType","modelVersion","name","description","applicationVersion","objectStatus","identifier","parentRef","objectVersion","dependentObjectMetadata","publishedObjectMetadata","sourceApplicationInfo","timePatched","metadata","keyMap"}) @Deprecated public ApplicationSummary(String key, String modelType, String modelVersion, String name, String description, Integer applicationVersion, Integer objectStatus, String identifier, ParentReference parentRef, Integer objectVersion, List<PatchObjectMetadata> dependentObjectMetadata, Map<String,PatchObjectMetadata> publishedObjectMetadata, SourceApplicationInfo sourceApplicationInfo, Date timePatched, ObjectMetadata metadata, Map<String,String> keyMap)
public static ApplicationSummary.Builder builder()
Create a new builder.
public ApplicationSummary.Builder toBuilder()
public String getKey()
Generated key that can be used in API calls to identify application.
public String getModelType()
The object type.
public String getModelVersion()
The object’s model version.
public String getName()
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
public String getDescription()
Detailed description for the object.
public Integer getApplicationVersion()
The application’s version.
public Integer getObjectStatus()
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
public String getIdentifier()
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
public ParentReference getParentRef()
public Integer getObjectVersion()
The version of the object that is used to track changes in the object instance.
public List<PatchObjectMetadata> getDependentObjectMetadata()
A list of dependent objects in this patch.
public Map<String,PatchObjectMetadata> getPublishedObjectMetadata()
A list of objects that are published or unpublished in this patch.
public SourceApplicationInfo getSourceApplicationInfo()
public Date getTimePatched()
The date and time the application was patched, in the timestamp format defined by RFC3339.
public ObjectMetadata getMetadata()
public Map<String,String> getKeyMap()
A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
Copyright © 2016–2021. All rights reserved.