public class PipelineSummary
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Returns a summary of a pipeline.
Modifier and Type | Field and Description |
---|---|
private java.util.Date |
created
The date and time the pipeline was created, in timestamp format.
|
private java.lang.String |
name
The name of the pipeline.
|
private java.util.Date |
updated
The date and time of the last update to the pipeline, in timestamp
format.
|
private java.lang.Integer |
version
The version number of the pipeline.
|
Constructor and Description |
---|
PipelineSummary() |
Modifier and Type | Method and Description |
---|---|
PipelineSummary |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreated()
The date and time the pipeline was created, in timestamp format.
|
java.lang.String |
getName()
The name of the pipeline.
|
java.util.Date |
getUpdated()
The date and time of the last update to the pipeline, in timestamp
format.
|
java.lang.Integer |
getVersion()
The version number of the pipeline.
|
int |
hashCode() |
void |
setCreated(java.util.Date created)
The date and time the pipeline was created, in timestamp format.
|
void |
setName(java.lang.String name)
The name of the pipeline.
|
void |
setUpdated(java.util.Date updated)
The date and time of the last update to the pipeline, in timestamp
format.
|
void |
setVersion(java.lang.Integer version)
The version number of the pipeline.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PipelineSummary |
withCreated(java.util.Date created)
The date and time the pipeline was created, in timestamp format.
|
PipelineSummary |
withName(java.lang.String name)
The name of the pipeline.
|
PipelineSummary |
withUpdated(java.util.Date updated)
The date and time of the last update to the pipeline, in timestamp
format.
|
PipelineSummary |
withVersion(java.lang.Integer version)
The version number of the pipeline.
|
private java.lang.String name
The name of the pipeline.
private java.lang.Integer version
The version number of the pipeline.
private java.util.Date created
The date and time the pipeline was created, in timestamp format.
private java.util.Date updated
The date and time of the last update to the pipeline, in timestamp format.
public void setName(java.lang.String name)
The name of the pipeline.
name
- The name of the pipeline.public java.lang.String getName()
The name of the pipeline.
public PipelineSummary withName(java.lang.String name)
The name of the pipeline.
name
- The name of the pipeline.public void setVersion(java.lang.Integer version)
The version number of the pipeline.
version
- The version number of the pipeline.public java.lang.Integer getVersion()
The version number of the pipeline.
public PipelineSummary withVersion(java.lang.Integer version)
The version number of the pipeline.
version
- The version number of the pipeline.public void setCreated(java.util.Date created)
The date and time the pipeline was created, in timestamp format.
created
- The date and time the pipeline was created, in timestamp format.public java.util.Date getCreated()
The date and time the pipeline was created, in timestamp format.
public PipelineSummary withCreated(java.util.Date created)
The date and time the pipeline was created, in timestamp format.
created
- The date and time the pipeline was created, in timestamp format.public void setUpdated(java.util.Date updated)
The date and time of the last update to the pipeline, in timestamp format.
updated
- The date and time of the last update to the pipeline, in timestamp
format.public java.util.Date getUpdated()
The date and time of the last update to the pipeline, in timestamp format.
public PipelineSummary withUpdated(java.util.Date updated)
The date and time of the last update to the pipeline, in timestamp format.
updated
- The date and time of the last update to the pipeline, in timestamp
format.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public PipelineSummary clone()
clone
in class java.lang.Object