public class Snapshot extends Object implements Serializable
| Constructor and Description |
|---|
Snapshot() |
Snapshot(String name,
String topic,
LocalDateTime expireTime,
Map<String,String> labels) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
LocalDateTime |
getExpireTime() |
Map<String,String> |
getLabels() |
String |
getName() |
String |
getTopic() |
int |
hashCode() |
public String getName()
public String getTopic()
public LocalDateTime getExpireTime()
Copyright © 2021 MuleSoft, Inc.. All rights reserved.