public class FeatureGroupCommit extends RestDto<FeatureGroupCommit>
| Modifier and Type | Class and Description |
|---|---|
static class |
FeatureGroupCommit.FeatureGroupCommitBuilder |
| Constructor and Description |
|---|
FeatureGroupCommit() |
FeatureGroupCommit(Long commitID,
String commitDateString,
Long commitTime,
Long rowsInserted,
Long rowsUpdated,
Long rowsDeleted,
Integer validationId) |
| Modifier and Type | Method and Description |
|---|---|
static FeatureGroupCommit.FeatureGroupCommitBuilder |
builder() |
String |
getCommitDateString() |
Long |
getCommitID() |
Long |
getCommitTime() |
Long |
getRowsDeleted() |
Long |
getRowsInserted() |
Long |
getRowsUpdated() |
Integer |
getValidationId() |
void |
setCommitDateString(String commitDateString) |
void |
setCommitID(Long commitID) |
void |
setCommitTime(Long commitTime) |
void |
setRowsDeleted(Long rowsDeleted) |
void |
setRowsInserted(Long rowsInserted) |
void |
setRowsUpdated(Long rowsUpdated) |
void |
setValidationId(Integer validationId) |
public FeatureGroupCommit(Long commitID, String commitDateString, Long commitTime, Long rowsInserted, Long rowsUpdated, Long rowsDeleted, Integer validationId)
public FeatureGroupCommit()
public static FeatureGroupCommit.FeatureGroupCommitBuilder builder()
public Long getCommitID()
public void setCommitID(Long commitID)
public String getCommitDateString()
public void setCommitDateString(String commitDateString)
public Long getCommitTime()
public void setCommitTime(Long commitTime)
public Long getRowsInserted()
public void setRowsInserted(Long rowsInserted)
public Long getRowsUpdated()
public void setRowsUpdated(Long rowsUpdated)
public Long getRowsDeleted()
public void setRowsDeleted(Long rowsDeleted)
public Integer getValidationId()
public void setValidationId(Integer validationId)
Copyright © 2023. All rights reserved.