/AWS1/CL_PANNODE¶
An application node that represents a camera stream, a model, code, or output.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_nodeid TYPE /AWS1/PANNODEID /AWS1/PANNODEID¶
The node's ID.
iv_name TYPE /AWS1/PANNODENAME /AWS1/PANNODENAME¶
The node's name.
iv_category TYPE /AWS1/PANNODECATEGORY /AWS1/PANNODECATEGORY¶
The node's category.
iv_packagename TYPE /AWS1/PANNODEPACKAGENAME /AWS1/PANNODEPACKAGENAME¶
The node's package name.
iv_packageid TYPE /AWS1/PANNODEPACKAGEID /AWS1/PANNODEPACKAGEID¶
The node's package ID.
iv_packageversion TYPE /AWS1/PANNODEPACKAGEVERSION /AWS1/PANNODEPACKAGEVERSION¶
The node's package version.
iv_patchversion TYPE /AWS1/PANNODEPACKAGEPATCHVRS /AWS1/PANNODEPACKAGEPATCHVRS¶
The node's patch version.
iv_createdtime TYPE /AWS1/PANTIMESTAMP /AWS1/PANTIMESTAMP¶
When the node was created.
Optional arguments:¶
iv_owneraccount TYPE /AWS1/PANPACKAGEOWNERACCOUNT /AWS1/PANPACKAGEOWNERACCOUNT¶
The account ID of the node's owner.
iv_packagearn TYPE /AWS1/PANNODEPACKAGEARN /AWS1/PANNODEPACKAGEARN¶
The node's ARN.
iv_description TYPE /AWS1/PANDESCRIPTION /AWS1/PANDESCRIPTION¶
The node's description.
Queryable Attributes¶
NodeId¶
The node's ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODEID() |
Getter for NODEID, with configurable default |
ASK_NODEID() |
Getter for NODEID w/ exceptions if field has no value |
HAS_NODEID() |
Determine if NODEID has a value |
Name¶
The node's name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Category¶
The node's category.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATEGORY() |
Getter for CATEGORY, with configurable default |
ASK_CATEGORY() |
Getter for CATEGORY w/ exceptions if field has no value |
HAS_CATEGORY() |
Determine if CATEGORY has a value |
OwnerAccount¶
The account ID of the node's owner.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNERACCOUNT() |
Getter for OWNERACCOUNT, with configurable default |
ASK_OWNERACCOUNT() |
Getter for OWNERACCOUNT w/ exceptions if field has no value |
HAS_OWNERACCOUNT() |
Determine if OWNERACCOUNT has a value |
PackageName¶
The node's package name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGENAME() |
Getter for PACKAGENAME, with configurable default |
ASK_PACKAGENAME() |
Getter for PACKAGENAME w/ exceptions if field has no value |
HAS_PACKAGENAME() |
Determine if PACKAGENAME has a value |
PackageId¶
The node's package ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGEID() |
Getter for PACKAGEID, with configurable default |
ASK_PACKAGEID() |
Getter for PACKAGEID w/ exceptions if field has no value |
HAS_PACKAGEID() |
Determine if PACKAGEID has a value |
PackageArn¶
The node's ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGEARN() |
Getter for PACKAGEARN, with configurable default |
ASK_PACKAGEARN() |
Getter for PACKAGEARN w/ exceptions if field has no value |
HAS_PACKAGEARN() |
Determine if PACKAGEARN has a value |
PackageVersion¶
The node's package version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGEVERSION() |
Getter for PACKAGEVERSION, with configurable default |
ASK_PACKAGEVERSION() |
Getter for PACKAGEVERSION w/ exceptions if field has no valu |
HAS_PACKAGEVERSION() |
Determine if PACKAGEVERSION has a value |
PatchVersion¶
The node's patch version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PATCHVERSION() |
Getter for PATCHVERSION, with configurable default |
ASK_PATCHVERSION() |
Getter for PATCHVERSION w/ exceptions if field has no value |
HAS_PATCHVERSION() |
Determine if PATCHVERSION has a value |
Description¶
The node's description.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
CreatedTime¶
When the node was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_NODESLIST¶
TYPES TT_NODESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PANNODE WITH DEFAULT KEY
.