public class ApplicationInstall extends MainObject
application_install asset type in IGC, displayed as 'Application Install' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Credential |
defaultCredential |
protected ItemList<Credential> |
hasCredential |
protected String |
installationDate |
protected String |
installationPath |
protected Host |
installedOnHost |
protected String |
instanceName |
protected String |
locationName |
protected String |
nativeId |
protected String |
platformIdentifier |
protected String |
releaseNumber |
protected String |
vendorName |
assignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
ApplicationInstall() |
| Modifier and Type | Method and Description |
|---|---|
Credential |
getDefaultCredential()
Retrieve the
default_credential property (displayed as 'Default Credential') of the object. |
ItemList<Credential> |
getHasCredential()
Retrieve the
has_credential property (displayed as 'Has Credential') of the object. |
String |
getInstallationDate()
Retrieve the
installation_date property (displayed as 'Installation Date') of the object. |
String |
getInstallationPath()
Retrieve the
installation_path property (displayed as 'Installation Path') of the object. |
Host |
getInstalledOnHost()
Retrieve the
installed_on_host property (displayed as 'Installed On Host') of the object. |
String |
getInstanceName()
Retrieve the
instance_name property (displayed as 'Instance Name') of the object. |
String |
getLocationName()
Retrieve the
location_name property (displayed as 'Location Name') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
String |
getPlatformIdentifier()
Retrieve the
platform_identifier property (displayed as 'Platform Identifier') of the object. |
String |
getReleaseNumber()
Retrieve the
release_number property (displayed as 'Release Number') of the object. |
String |
getVendorName()
Retrieve the
vendor_name property (displayed as 'Vendor Name') of the object. |
void |
setDefaultCredential(Credential defaultCredential)
Set the
default_credential property (displayed as Default Credential) of the object. |
void |
setHasCredential(ItemList<Credential> hasCredential)
Set the
has_credential property (displayed as Has Credential) of the object. |
void |
setInstallationDate(String installationDate)
Set the
installation_date property (displayed as Installation Date) of the object. |
void |
setInstallationPath(String installationPath)
Set the
installation_path property (displayed as Installation Path) of the object. |
void |
setInstalledOnHost(Host installedOnHost)
Set the
installed_on_host property (displayed as Installed On Host) of the object. |
void |
setInstanceName(String instanceName)
Set the
instance_name property (displayed as Instance Name) of the object. |
void |
setLocationName(String locationName)
Set the
location_name property (displayed as Location Name) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setPlatformIdentifier(String platformIdentifier)
Set the
platform_identifier property (displayed as Platform Identifier) of the object. |
void |
setReleaseNumber(String releaseNumber)
Set the
release_number property (displayed as Release Number) of the object. |
void |
setVendorName(String vendorName)
Set the
vendor_name property (displayed as Vendor Name) of the object. |
getAssignedToTerms, getGovernedByRules, getImplementsRules, getLabels, getLongDescription, getShortDescription, getStewards, getTheName, setAssignedToTerms, setGovernedByRules, setImplementsRules, setLabels, setLongDescription, setShortDescription, setStewards, setTheNameareModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected Credential defaultCredential
protected ItemList<Credential> hasCredential
protected String installationDate
protected String installationPath
protected Host installedOnHost
protected String instanceName
protected String locationName
protected String nativeId
protected String platformIdentifier
protected String releaseNumber
protected String vendorName
public Credential getDefaultCredential()
default_credential property (displayed as 'Default Credential') of the object.Credentialpublic void setDefaultCredential(Credential defaultCredential)
default_credential property (displayed as Default Credential) of the object.defaultCredential - the value to setpublic ItemList<Credential> getHasCredential()
has_credential property (displayed as 'Has Credential') of the object.ItemList<Credential>public void setHasCredential(ItemList<Credential> hasCredential)
has_credential property (displayed as Has Credential) of the object.hasCredential - the value to setpublic String getInstallationDate()
installation_date property (displayed as 'Installation Date') of the object.Stringpublic void setInstallationDate(String installationDate)
installation_date property (displayed as Installation Date) of the object.installationDate - the value to setpublic String getInstallationPath()
installation_path property (displayed as 'Installation Path') of the object.Stringpublic void setInstallationPath(String installationPath)
installation_path property (displayed as Installation Path) of the object.installationPath - the value to setpublic Host getInstalledOnHost()
installed_on_host property (displayed as 'Installed On Host') of the object.Hostpublic void setInstalledOnHost(Host installedOnHost)
installed_on_host property (displayed as Installed On Host) of the object.installedOnHost - the value to setpublic String getInstanceName()
instance_name property (displayed as 'Instance Name') of the object.Stringpublic void setInstanceName(String instanceName)
instance_name property (displayed as Instance Name) of the object.instanceName - the value to setpublic String getLocationName()
location_name property (displayed as 'Location Name') of the object.Stringpublic void setLocationName(String locationName)
location_name property (displayed as Location Name) of the object.locationName - the value to setpublic String getNativeId()
native_id property (displayed as 'Native ID') of the object.Stringpublic void setNativeId(String nativeId)
native_id property (displayed as Native ID) of the object.nativeId - the value to setpublic String getPlatformIdentifier()
platform_identifier property (displayed as 'Platform Identifier') of the object.Stringpublic void setPlatformIdentifier(String platformIdentifier)
platform_identifier property (displayed as Platform Identifier) of the object.platformIdentifier - the value to setpublic String getReleaseNumber()
release_number property (displayed as 'Release Number') of the object.Stringpublic void setReleaseNumber(String releaseNumber)
release_number property (displayed as Release Number) of the object.releaseNumber - the value to setpublic String getVendorName()
vendor_name property (displayed as 'Vendor Name') of the object.Stringpublic void setVendorName(String vendorName)
vendor_name property (displayed as Vendor Name) of the object.vendorName - the value to setCopyright © 2018–2021 ODPi. All rights reserved.