public class Branch extends Object
| Constructor and Description |
|---|
Branch(String name,
String parentBranch,
long parentVersion,
long createAt,
int manifestSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getCreateAt() |
int |
getManifestSize() |
String |
getName() |
Optional<String> |
getParentBranch() |
long |
getParentVersion() |
int |
hashCode() |
String |
toString() |
public String getName()
public long getParentVersion()
public long getCreateAt()
public int getManifestSize()
Copyright © 2025. All rights reserved.