@Generated(value="OracleSDKGenerator", comments="API Version: 1.0.017") 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() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
@Deprecated @ConstructorProperties(value={"label","serialNumber","iscsiIQN","lifecycleState","encryptionPassphrase","transferJobId","creationTime"}) 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()
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arraysCopyright © 2016–2022. All rights reserved.