public class Endpoint extends InformationAsset
endpoint asset type in IGC, displayed as 'Endpoint' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
aliasBusinessName |
protected String |
application |
protected String |
direction
Valid values are:
in (displayed in the UI as 'in')
out (displayed in the UI as 'out')
inout (displayed in the UI as 'inout')
|
protected String |
host |
protected String |
namespace |
protected String |
port |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
Endpoint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasBusinessName()
Retrieve the
alias_(business_name) property (displayed as 'Alias (Business Name)') of the object. |
String |
getApplication()
Retrieve the
application property (displayed as 'Application') of the object. |
String |
getDirection()
Retrieve the
direction property (displayed as 'Direction') of the object. |
String |
getHost()
Retrieve the
host property (displayed as 'Host') of the object. |
String |
getNamespace()
Retrieve the
namespace property (displayed as 'Namespace') of the object. |
String |
getPort()
Retrieve the
port property (displayed as 'Port') of the object. |
void |
setAliasBusinessName(String aliasBusinessName)
Set the
alias_(business_name) property (displayed as Alias (Business Name)) of the object. |
void |
setApplication(String application)
Set the
application property (displayed as Application) of the object. |
void |
setDirection(String direction)
Set the
direction property (displayed as Direction) of the object. |
void |
setHost(String host)
Set the
host property (displayed as Host) of the object. |
void |
setNamespace(String namespace)
Set the
namespace property (displayed as Namespace) of the object. |
void |
setPort(String port)
Set the
port property (displayed as Port) 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 application
protected String direction
protected String host
protected String namespace
protected String port
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 String getApplication()
application property (displayed as 'Application') of the object.Stringpublic void setApplication(String application)
application property (displayed as Application) of the object.application - the value to setpublic String getDirection()
direction property (displayed as 'Direction') of the object.Stringpublic void setDirection(String direction)
direction property (displayed as Direction) of the object.direction - the value to setpublic String getHost()
host property (displayed as 'Host') of the object.Stringpublic void setHost(String host)
host property (displayed as Host) of the object.host - the value to setpublic String getNamespace()
namespace property (displayed as 'Namespace') of the object.Stringpublic void setNamespace(String namespace)
namespace property (displayed as Namespace) of the object.namespace - the value to setpublic String getPort()
port property (displayed as 'Port') of the object.Stringpublic void setPort(String port)
port property (displayed as Port) of the object.port - the value to setCopyright © 2018–2021 ODPi. All rights reserved.