org.wildfly.extras.creaper.commands.patching
Class PatchingOperations.PatchHistoryEntry

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.patching.PatchingOperations.PatchHistoryEntry
Enclosing class:
PatchingOperations

public static final class PatchingOperations.PatchHistoryEntry
extends Object


Constructor Summary
PatchingOperations.PatchHistoryEntry()
           
PatchingOperations.PatchHistoryEntry(String patchId)
           
PatchingOperations.PatchHistoryEntry(String patchId, String type, String appliedAt)
           
 
Method Summary
 boolean equals(Object other)
           
 String getAppliedAt()
           
 String getPatchId()
           
 String getType()
           
 int hashCode()
           
 void setAppliedAt(String appliedAt)
           
 void setPatchId(String patchId)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PatchingOperations.PatchHistoryEntry

public PatchingOperations.PatchHistoryEntry(String patchId,
                                            String type,
                                            String appliedAt)

PatchingOperations.PatchHistoryEntry

public PatchingOperations.PatchHistoryEntry(String patchId)

PatchingOperations.PatchHistoryEntry

public PatchingOperations.PatchHistoryEntry()
Method Detail

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.