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 BytemanCompanion
mBytemanCompanion
private VmInfo
vmInfo
-
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.VminfoWithDuplicatedBytemanCompanion
base64Deserialize(java.lang.String base64Representation)
java.lang.String
base64Serialize()
boolean
equals(java.lang.Object o)
BytemanCompanion
getBytemanCompanion()
VmInfo
getVmInfo()
int
hashCode()
-
-
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in 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.IOException
java.lang.ClassNotFoundException
-
-