org.wildfly.extras.creaper.commands.patching
Class PatchingOperations.PatchHistoryEntry
java.lang.Object
org.wildfly.extras.creaper.commands.patching.PatchingOperations.PatchHistoryEntry
- Enclosing class:
- PatchingOperations
public static final class PatchingOperations.PatchHistoryEntry
- extends Object
PatchingOperations.PatchHistoryEntry
public PatchingOperations.PatchHistoryEntry(String patchId,
String type,
String appliedAt)
PatchingOperations.PatchHistoryEntry
public PatchingOperations.PatchHistoryEntry(String patchId)
PatchingOperations.PatchHistoryEntry
public PatchingOperations.PatchHistoryEntry()
getPatchId
public String getPatchId()
setPatchId
public void setPatchId(String patchId)
getType
public String getType()
setType
public void setType(String type)
getAppliedAt
public String getAppliedAt()
setAppliedAt
public void setAppliedAt(String appliedAt)
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2020. All rights reserved.