@Generated(value="OracleSDKGenerator", comments="API Version: 20190801") public final class SoftwareSource extends Object
A software source contains a collection of packages
Note: Objects should always be created or deserialized using the SoftwareSource.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 SoftwareSource.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 |
SoftwareSource.Builder |
static class |
SoftwareSource.Status
status of the software source.
|
| Constructor and Description |
|---|
SoftwareSource(String id,
String compartmentId,
String displayName,
String description,
String repoType,
ArchTypes archType,
String url,
String parentId,
String parentName,
ChecksumTypes checksumType,
String maintainerName,
String maintainerEmail,
String maintainerPhone,
String gpgKeyUrl,
String gpgKeyId,
String gpgKeyFingerprint,
SoftwareSource.Status status,
LifecycleStates lifecycleState,
Integer packages,
List<Id> associatedManagedInstances,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static SoftwareSource.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
ArchTypes |
getArchType() |
List<Id> |
getAssociatedManagedInstances() |
ChecksumTypes |
getChecksumType() |
String |
getCompartmentId() |
Map<String,Map<String,Object>> |
getDefinedTags() |
String |
getDescription() |
String |
getDisplayName() |
Map<String,String> |
getFreeformTags() |
String |
getGpgKeyFingerprint() |
String |
getGpgKeyId() |
String |
getGpgKeyUrl() |
String |
getId() |
LifecycleStates |
getLifecycleState() |
String |
getMaintainerEmail() |
String |
getMaintainerName() |
String |
getMaintainerPhone() |
Integer |
getPackages() |
String |
getParentId() |
String |
getParentName() |
String |
getRepoType() |
SoftwareSource.Status |
getStatus() |
String |
getUrl() |
int |
hashCode() |
SoftwareSource.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"id","compartmentId","displayName","description","repoType","archType","url","parentId","parentName","checksumType","maintainerName","maintainerEmail","maintainerPhone","gpgKeyUrl","gpgKeyId","gpgKeyFingerprint","status","lifecycleState","packages","associatedManagedInstances","freeformTags","definedTags"}) public SoftwareSource(String id, String compartmentId, String displayName, String description, String repoType, ArchTypes archType, String url, String parentId, String parentName, ChecksumTypes checksumType, String maintainerName, String maintainerEmail, String maintainerPhone, String gpgKeyUrl, String gpgKeyId, String gpgKeyFingerprint, SoftwareSource.Status status, LifecycleStates lifecycleState, Integer packages, List<Id> associatedManagedInstances, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
public static SoftwareSource.Builder builder()
Create a new builder.
public SoftwareSource.Builder toBuilder()
public String getId()
public String getCompartmentId()
public String getDisplayName()
public String getDescription()
public String getRepoType()
public ArchTypes getArchType()
public String getUrl()
public String getParentId()
public String getParentName()
public ChecksumTypes getChecksumType()
public String getMaintainerName()
public String getMaintainerEmail()
public String getMaintainerPhone()
public String getGpgKeyUrl()
public String getGpgKeyId()
public String getGpgKeyFingerprint()
public SoftwareSource.Status getStatus()
public LifecycleStates getLifecycleState()
public Integer getPackages()
Copyright © 2016–2022. All rights reserved.