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