/AWS1/CL_VIDFRAUDSTERREGJOBS00¶
Contains a summary of information about a fraudster registration job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_jobname TYPE /AWS1/VIDJOBNAME /AWS1/VIDJOBNAME¶
The client-provided name for the fraudster registration job.
iv_jobid TYPE /AWS1/VIDJOBID /AWS1/VIDJOBID¶
The service-generated identifier for the fraudster registration job.
iv_jobstatus TYPE /AWS1/VIDFRAUDSTERREGJOBSTATUS /AWS1/VIDFRAUDSTERREGJOBSTATUS¶
The current status of the fraudster registration job.
iv_domainid TYPE /AWS1/VIDDOMAINID /AWS1/VIDDOMAINID¶
The identifier of the domain that contains the fraudster registration job.
iv_createdat TYPE /AWS1/VIDTIMESTAMP /AWS1/VIDTIMESTAMP¶
A timestamp of when the fraudster registration job was created.
iv_endedat TYPE /AWS1/VIDTIMESTAMP /AWS1/VIDTIMESTAMP¶
A timestamp of when the fraudster registration job ended.
io_failuredetails TYPE REF TO /AWS1/CL_VIDFAILUREDETAILS /AWS1/CL_VIDFAILUREDETAILS¶
Contains details that are populated when an entire batch job fails. In cases of individual registration job failures, the batch job as a whole doesn't fail; it is completed with a
JobStatusofCOMPLETED_WITH_ERRORS. You can use the job output file to identify the individual registration requests that failed.
io_jobprogress TYPE REF TO /AWS1/CL_VIDJOBPROGRESS /AWS1/CL_VIDJOBPROGRESS¶
Shows the completed percentage of registration requests listed in the input file.
Queryable Attributes¶
JobName¶
The client-provided name for the fraudster registration job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBNAME() |
Getter for JOBNAME, with configurable default |
ASK_JOBNAME() |
Getter for JOBNAME w/ exceptions if field has no value |
HAS_JOBNAME() |
Determine if JOBNAME has a value |
JobId¶
The service-generated identifier for the fraudster registration job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
JobStatus¶
The current status of the fraudster registration job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBSTATUS() |
Getter for JOBSTATUS, with configurable default |
ASK_JOBSTATUS() |
Getter for JOBSTATUS w/ exceptions if field has no value |
HAS_JOBSTATUS() |
Determine if JOBSTATUS has a value |
DomainId¶
The identifier of the domain that contains the fraudster registration job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINID() |
Getter for DOMAINID, with configurable default |
ASK_DOMAINID() |
Getter for DOMAINID w/ exceptions if field has no value |
HAS_DOMAINID() |
Determine if DOMAINID has a value |
CreatedAt¶
A timestamp of when the fraudster registration job was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
EndedAt¶
A timestamp of when the fraudster registration job ended.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDEDAT() |
Getter for ENDEDAT, with configurable default |
ASK_ENDEDAT() |
Getter for ENDEDAT w/ exceptions if field has no value |
HAS_ENDEDAT() |
Determine if ENDEDAT has a value |
FailureDetails¶
Contains details that are populated when an entire batch job fails. In cases of individual registration job failures, the batch job as a whole doesn't fail; it is completed with a
JobStatusofCOMPLETED_WITH_ERRORS. You can use the job output file to identify the individual registration requests that failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREDETAILS() |
Getter for FAILUREDETAILS |
JobProgress¶
Shows the completed percentage of registration requests listed in the input file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBPROGRESS() |
Getter for JOBPROGRESS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_FRAUDSTERREGJOBSUMMARIES¶
TYPES TT_FRAUDSTERREGJOBSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_VIDFRAUDSTERREGJOBS00 WITH DEFAULT KEY
.