@Generated(value="OracleSDKGenerator", comments="API Version: 20190801") public final class CreateSoftwareSourceDetails extends Object
Description of a software source to be created on the management system
Note: Objects should always be created or deserialized using the CreateSoftwareSourceDetails.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 CreateSoftwareSourceDetails.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 |
CreateSoftwareSourceDetails.Builder |
| Constructor and Description |
|---|
CreateSoftwareSourceDetails(String compartmentId,
String displayName,
String description,
ArchTypes archType,
String maintainerName,
String maintainerEmail,
String maintainerPhone,
ChecksumTypes checksumType,
String parentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateSoftwareSourceDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
ArchTypes |
getArchType() |
ChecksumTypes |
getChecksumType() |
String |
getCompartmentId() |
Map<String,Map<String,Object>> |
getDefinedTags() |
String |
getDescription() |
String |
getDisplayName() |
Map<String,String> |
getFreeformTags() |
String |
getMaintainerEmail() |
String |
getMaintainerName() |
String |
getMaintainerPhone() |
String |
getParentId() |
int |
hashCode() |
CreateSoftwareSourceDetails.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"compartmentId","displayName","description","archType","maintainerName","maintainerEmail","maintainerPhone","checksumType","parentId","freeformTags","definedTags"}) public CreateSoftwareSourceDetails(String compartmentId, String displayName, String description, ArchTypes archType, String maintainerName, String maintainerEmail, String maintainerPhone, ChecksumTypes checksumType, String parentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
public static CreateSoftwareSourceDetails.Builder builder()
Create a new builder.
public CreateSoftwareSourceDetails.Builder toBuilder()
public String getCompartmentId()
public String getDisplayName()
public String getDescription()
public ArchTypes getArchType()
public String getMaintainerName()
public String getMaintainerEmail()
public String getMaintainerPhone()
public ChecksumTypes getChecksumType()
public String getParentId()
Copyright © 2016–2022. All rights reserved.