public class Instance extends InformationAsset
instance asset type in IGC, displayed as 'Instance' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
aliasBusinessName |
protected ItemList<Filter> |
filters |
protected ItemList<Infoset> |
infosets |
protected String |
primaryContact |
protected String |
secondaryContact |
protected String |
syncState |
protected String |
toolId |
protected String |
url |
protected ItemList<Volume> |
volumes |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
Instance() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasBusinessName()
Retrieve the
alias_(business_name) property (displayed as 'Alias (Business Name)') of the object. |
ItemList<Filter> |
getFilters()
Retrieve the
filters property (displayed as 'Filters') of the object. |
ItemList<Infoset> |
getInfosets()
Retrieve the
infosets property (displayed as 'Infosets') of the object. |
String |
getPrimaryContact()
Retrieve the
primary_contact property (displayed as 'Primary Contact') of the object. |
String |
getSecondaryContact()
Retrieve the
secondary_contact property (displayed as 'Secondary Contact') of the object. |
String |
getSyncState()
Retrieve the
sync_state property (displayed as 'State') of the object. |
String |
getTheUrl()
Retrieve the
url property (displayed as 'URL') of the object. |
String |
getToolId()
Retrieve the
tool_id property (displayed as 'Tool ID') of the object. |
ItemList<Volume> |
getVolumes()
Retrieve the
volumes property (displayed as 'Volumes') of the object. |
void |
setAliasBusinessName(String aliasBusinessName)
Set the
alias_(business_name) property (displayed as Alias (Business Name)) of the object. |
void |
setFilters(ItemList<Filter> filters)
Set the
filters property (displayed as Filters) of the object. |
void |
setInfosets(ItemList<Infoset> infosets)
Set the
infosets property (displayed as Infosets) of the object. |
void |
setPrimaryContact(String primaryContact)
Set the
primary_contact property (displayed as Primary Contact) of the object. |
void |
setSecondaryContact(String secondaryContact)
Set the
secondary_contact property (displayed as Secondary Contact) of the object. |
void |
setSyncState(String syncState)
Set the
sync_state property (displayed as State) of the object. |
void |
setTheUrl(String url)
Set the
url property (displayed as URL) of the object. |
void |
setToolId(String toolId)
Set the
tool_id property (displayed as Tool ID) of the object. |
void |
setVolumes(ItemList<Volume> volumes)
Set the
volumes property (displayed as Volumes) of the object. |
getBlueprintElements, getImpactedBy, getImpactsOn, getInCollections, getNativeId, getReadByDesign, getReadByOperational, getReadByStatic, getReadByUserDefined, getWrittenByDesign, getWrittenByOperational, getWrittenByStatic, getWrittenByUserDefined, setBlueprintElements, setImpactedBy, setImpactsOn, setInCollections, setNativeId, setReadByDesign, setReadByOperational, setReadByStatic, setReadByUserDefined, setWrittenByDesign, setWrittenByOperational, setWrittenByStatic, setWrittenByUserDefinedgetAssignedToTerms, 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 String aliasBusinessName
protected String primaryContact
protected String secondaryContact
protected String syncState
protected String toolId
protected String url
public String getAliasBusinessName()
alias_(business_name) property (displayed as 'Alias (Business Name)') of the object.Stringpublic void setAliasBusinessName(String aliasBusinessName)
alias_(business_name) property (displayed as Alias (Business Name)) of the object.aliasBusinessName - the value to setpublic ItemList<Filter> getFilters()
filters property (displayed as 'Filters') of the object.ItemList<Filter>public void setFilters(ItemList<Filter> filters)
filters property (displayed as Filters) of the object.filters - the value to setpublic ItemList<Infoset> getInfosets()
infosets property (displayed as 'Infosets') of the object.ItemList<Infoset>public void setInfosets(ItemList<Infoset> infosets)
infosets property (displayed as Infosets) of the object.infosets - the value to setpublic String getPrimaryContact()
primary_contact property (displayed as 'Primary Contact') of the object.Stringpublic void setPrimaryContact(String primaryContact)
primary_contact property (displayed as Primary Contact) of the object.primaryContact - the value to setpublic String getSecondaryContact()
secondary_contact property (displayed as 'Secondary Contact') of the object.Stringpublic void setSecondaryContact(String secondaryContact)
secondary_contact property (displayed as Secondary Contact) of the object.secondaryContact - the value to setpublic String getSyncState()
sync_state property (displayed as 'State') of the object.Stringpublic void setSyncState(String syncState)
sync_state property (displayed as State) of the object.syncState - the value to setpublic String getToolId()
tool_id property (displayed as 'Tool ID') of the object.Stringpublic void setToolId(String toolId)
tool_id property (displayed as Tool ID) of the object.toolId - the value to setpublic String getTheUrl()
url property (displayed as 'URL') of the object.Stringpublic void setTheUrl(String url)
url property (displayed as URL) of the object.url - the value to setpublic ItemList<Volume> getVolumes()
volumes property (displayed as 'Volumes') of the object.ItemList<Volume>Copyright © 2018–2021 ODPi. All rights reserved.