public class Draft
extends io.cdap.delta.proto.DraftRequest
| Constructor and Description |
|---|
Draft(String name,
String label,
io.cdap.delta.proto.DeltaConfig config,
long createdTimeMillis,
long updatedTimeMillis) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getCreatedTimeMillis() |
String |
getName() |
long |
getUpdatedTimeMillis() |
int |
hashCode() |
public long getCreatedTimeMillis()
public long getUpdatedTimeMillis()
public String getName()
public boolean equals(Object o)
equals in class io.cdap.delta.proto.DraftRequestpublic int hashCode()
hashCode in class io.cdap.delta.proto.DraftRequestCopyright © 2020 CDAP Licensed under the Apache License, Version 2.0.