public class ReleaseSnapshotMentionDataObject extends FlexDataObject
Constructor and Description |
---|
ReleaseSnapshotMentionDataObject() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getExecutionUnitId() |
ReleaseSnapshotFromPipelineExecutionQueryResultRow |
getSnapshotInfo() |
java.lang.Long |
getStageId() |
void |
setExecutionUnitId(java.lang.Long pExecutionUnitId) |
void |
setSnapshotInfo(ReleaseSnapshotFromPipelineExecutionQueryResultRow pSnapshotInfo) |
void |
setStageId(java.lang.Long pStageId) |
clone
public void setStageId(java.lang.Long pStageId)
public java.lang.Long getStageId()
public void setExecutionUnitId(java.lang.Long pExecutionUnitId)
public java.lang.Long getExecutionUnitId()
public void setSnapshotInfo(ReleaseSnapshotFromPipelineExecutionQueryResultRow pSnapshotInfo)
public ReleaseSnapshotFromPipelineExecutionQueryResultRow getSnapshotInfo()