public class GetPatchInfoResult
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
GetPatchInfoResult.Builder |
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
GetPatchInfoResult() |
GetPatchInfoResult(Attributes patches) |
Modifier and Type | Method and Description |
---|---|
GetPatchInfoResult.Builder |
asBuilder() |
static GetPatchInfoResult.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
Attributes |
getPatches()
GetPatchInfo enables you to display the details of D-patch information for the given node.
|
int |
hashCode() |
void |
setPatches(Attributes patches) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
@Since(value="7.0") public GetPatchInfoResult(Attributes patches)
public Attributes getPatches()
public void setPatches(Attributes patches)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
public java.lang.String toString()
toString
in class java.lang.Object
public static GetPatchInfoResult.Builder builder()
public final GetPatchInfoResult.Builder asBuilder()