@Generated(value="OracleSDKGenerator", comments="API Version: 20230518") public final class ParameterFileVersion extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
A parameter file detatails
Note: Objects should always be created or deserialized using the ParameterFileVersion.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 ParameterFileVersion.Builder
, which maintain a
set of all explicitly set fields called ParameterFileVersion.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 |
ParameterFileVersion.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
ParameterFileVersion(String name,
String description,
Boolean isCurrent,
Boolean isFactory,
JobParameterFileVersionKind kind,
Date timeCreated,
String content)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ParameterFileVersion.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getContent()
The content in base64 encoded character string containing the value of the parameter file
|
String |
getDescription()
Describes the current parameter file version
|
Boolean |
getIsCurrent()
Return boolean true/false for the currently in-use parameter file (factory or a versioned
file)
|
Boolean |
getIsFactory()
Return true/false for whether the parameter file is oracle provided (Factory)
|
JobParameterFileVersionKind |
getKind()
Indicator of Parameter File ‘kind’ (for an EXTRACT or a REPLICAT)
|
String |
getName()
A unique name associated with the current migration/job and extract/replicat name
|
Date |
getTimeCreated()
The time when this parameter file was applied on the process
|
int |
hashCode() |
ParameterFileVersion.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"name","description","isCurrent","isFactory","kind","timeCreated","content"}) public ParameterFileVersion(String name, String description, Boolean isCurrent, Boolean isFactory, JobParameterFileVersionKind kind, Date timeCreated, String content)
public static ParameterFileVersion.Builder builder()
Create a new builder.
public ParameterFileVersion.Builder toBuilder()
public String getName()
A unique name associated with the current migration/job and extract/replicat name
public String getDescription()
Describes the current parameter file version
public Boolean getIsCurrent()
Return boolean true/false for the currently in-use parameter file (factory or a versioned file)
public Boolean getIsFactory()
Return true/false for whether the parameter file is oracle provided (Factory)
public JobParameterFileVersionKind getKind()
Indicator of Parameter File ‘kind’ (for an EXTRACT or a REPLICAT)
public Date getTimeCreated()
The time when this parameter file was applied on the process
public String getContent()
The content in base64 encoded character string containing the value of the parameter file
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.