Package org.jrd.backend.data
Class Config.VminfoWithDuplicatedBytemanCompanion
- java.lang.Object
-
- org.jrd.backend.data.Config.VminfoWithDuplicatedBytemanCompanion
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Config
public static final class Config.VminfoWithDuplicatedBytemanCompanion extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private BytemanCompanionmBytemanCompanionprivate VmInfovmInfo
-
Constructor Summary
Constructors Constructor Description VminfoWithDuplicatedBytemanCompanion(VmInfo vmInfo, BytemanCompanion bytemanCompanion)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static Config.VminfoWithDuplicatedBytemanCompanionbase64Deserialize(java.lang.String base64Representation)java.lang.Stringbase64Serialize()booleanequals(java.lang.Object o)BytemanCompaniongetBytemanCompanion()VmInfogetVmInfo()inthashCode()
-
-
-
Field Detail
-
vmInfo
private final VmInfo vmInfo
-
mBytemanCompanion
private final BytemanCompanion mBytemanCompanion
-
-
Constructor Detail
-
VminfoWithDuplicatedBytemanCompanion
public VminfoWithDuplicatedBytemanCompanion(VmInfo vmInfo, BytemanCompanion bytemanCompanion)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
getVmInfo
public VmInfo getVmInfo()
-
getBytemanCompanion
public BytemanCompanion getBytemanCompanion()
-
base64Serialize
public java.lang.String base64Serialize() throws java.io.IOException- Throws:
java.io.IOException
-
base64Deserialize
static Config.VminfoWithDuplicatedBytemanCompanion base64Deserialize(java.lang.String base64Representation) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
-