@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class ContainerVersion extends Object
Container version metadata.
Note: Objects should always be created or deserialized using the ContainerVersion.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 ContainerVersion.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 |
ContainerVersion.Builder |
Constructor and Description |
---|
ContainerVersion(String createdBy,
Date timeCreated,
String version)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ContainerVersion.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getCreatedBy()
The OCID of the user or principal that pushed the version.
|
Date |
getTimeCreated()
The creation time of the version.
|
String |
getVersion()
The version name.
|
int |
hashCode() |
ContainerVersion.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"createdBy","timeCreated","version"}) public ContainerVersion(String createdBy, Date timeCreated, String version)
public static ContainerVersion.Builder builder()
Create a new builder.
public ContainerVersion.Builder toBuilder()
public String getCreatedBy()
The OCID of the user or principal that pushed the version.
public Date getTimeCreated()
The creation time of the version.
public String getVersion()
The version name.
Copyright © 2016–2022. All rights reserved.