@Generated(value="OracleSDKGenerator", comments="API Version: 1.0.015") public final class NewTransferDevice extends Object
NewTransferDevice.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 NewTransferDevice.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 |
NewTransferDevice.Builder |
static class |
NewTransferDevice.LifecycleState |
Constructor and Description |
---|
NewTransferDevice(String label,
String serialNumber,
String iscsiIQN,
NewTransferDevice.LifecycleState lifecycleState,
String encryptionPassphrase,
String transferJobId,
Date creationTime)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static NewTransferDevice.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
Date |
getCreationTime() |
String |
getEncryptionPassphrase() |
String |
getIscsiIQN() |
String |
getLabel() |
NewTransferDevice.LifecycleState |
getLifecycleState() |
String |
getSerialNumber() |
String |
getTransferJobId() |
int |
hashCode() |
NewTransferDevice.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"label","serialNumber","iscsiIQN","lifecycleState","encryptionPassphrase","transferJobId","creationTime"}) @Deprecated public NewTransferDevice(String label, String serialNumber, String iscsiIQN, NewTransferDevice.LifecycleState lifecycleState, String encryptionPassphrase, String transferJobId, Date creationTime)
public static NewTransferDevice.Builder builder()
Create a new builder.
public NewTransferDevice.Builder toBuilder()
public String getLabel()
public String getSerialNumber()
public String getIscsiIQN()
public NewTransferDevice.LifecycleState getLifecycleState()
public String getEncryptionPassphrase()
public String getTransferJobId()
public Date getCreationTime()
Copyright © 2016–2021. All rights reserved.