@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2022-05-16T09:57:45.941-07:00") public class ArchiveBatch extends Object
Constructor and Description |
---|
ArchiveBatch() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAccountId()
Getter for accountId.
|
String |
getArchiveId()
Getter for archiveId.
|
Long |
getArchiveTimestamp()
Getter for archiveTimestamp.
|
Long |
getEventCount()
Getter for eventCount.
|
int |
hashCode() |
void |
setAccountId(String accountId)
Setter for accountId.
|
void |
setArchiveId(String archiveId)
Setter for archiveId.
|
void |
setArchiveTimestamp(Long archiveTimestamp)
Setter for archiveTimestamp.
|
void |
setEventCount(Long eventCount)
Setter for eventCount.
|
String |
toString() |
public String getAccountId()
public void setAccountId(String accountId)
public Long getEventCount()
public void setEventCount(Long eventCount)
public String getArchiveId()
public void setArchiveId(String archiveId)
public Long getArchiveTimestamp()
public void setArchiveTimestamp(Long archiveTimestamp)
Copyright © 2022. All rights reserved.