public class ApiPackage
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
applicationId
An integer representing the system-unique identifier of the application for the package.
|
java.lang.String |
applicationName
A string representing the system-unique name of the application for the package.
|
java.lang.String |
createdBy
A string representing the user who created the package, or SYSTEM if created non-interactively.
|
java.lang.String |
createdOn
A string representing the UTC date when the package was created, in ISO 8601 format (yyyy-MM-ddThh:mm:ss).
|
java.lang.String |
furthestStage
A string representing the name the furthest stage the package has advanced to in the pipeline.
|
java.lang.Integer |
id
An integer representing the system-unique identifier of the package.
|
java.lang.String |
number
A string representing the release-unique identifier of the package.
|
java.lang.Integer |
pipelineId
An integer representing the system-unique identifier of the pipeline used by the package.
|
java.lang.String |
pipelineName
A string representing the name of the pipeline used by the package.
|
java.lang.String |
rejectedBy
A string representing the user who rejected the package, or SYSTEM if rejected non-interactively.
|
java.lang.String |
rejectedOn
A string representing the UTC date when the package was rejected, in ISO 8601 format (yyyy-MM-ddThh:mm:ss).
|
java.lang.Integer |
releaseId
An integer representing the system-unique identifier of the release for the package.
|
java.lang.String |
releaseName
A string representing the name of the release for the package.
|
java.lang.String |
releaseNumber
A string representing the application-unique number of the release for the package.
|
java.lang.String |
status
A string consisting of active, deployed, or rejected.
|
| Constructor and Description |
|---|
ApiPackage() |
public java.lang.Integer id
public java.lang.String number
public java.lang.String status
public java.lang.String createdBy
public java.lang.String createdOn
public java.lang.String rejectedBy
public java.lang.String rejectedOn
public java.lang.Integer pipelineId
public java.lang.String pipelineName
public java.lang.String furthestStage
public java.lang.Integer applicationId
public java.lang.String applicationName
public java.lang.Integer releaseId
public java.lang.String releaseNumber
public java.lang.String releaseName