public final class PatchDetails extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PatchDetails.Type |
| Constructor and Description |
|---|
PatchDetails(String id,
PatchDetails.Type type,
Date appliedAt) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static List<PatchDetails> |
fromHistory(String patchHistoryOutcome) |
static List<PatchDetails> |
fromInfo(String patchInfoOutcome,
String patchHistoryOutcome) |
static List<PatchDetails> |
fromJSONArray(String patchHistoryList) |
Date |
getAppliedAt() |
String |
getId() |
PatchDetails.Type |
getType() |
int |
hashCode() |
String |
toString() |
public PatchDetails(String id, PatchDetails.Type type, Date appliedAt)
public static List<PatchDetails> fromJSONArray(String patchHistoryList)
public static List<PatchDetails> fromHistory(String patchHistoryOutcome)
public static List<PatchDetails> fromInfo(String patchInfoOutcome, String patchHistoryOutcome)
public String getId()
public PatchDetails.Type getType()
public Date getAppliedAt()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.