Class VersionImpl
- java.lang.Object
-
- ninja.codingsolutions.solaredgeapiclient.models.impl.VersionImpl
-
- All Implemented Interfaces:
DeepCopyable,BaseModel,Version
public class VersionImpl extends java.lang.Object implements Version
Implementation of {Version}
-
-
Constructor Summary
Constructors Constructor Description VersionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectdeepCopy()Create and return a deep copy of the current object-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ninja.codingsolutions.solaredgeapiclient.models.Version
getRelease
-
-
-
-
Method Detail
-
deepCopy
public java.lang.Object deepCopy()
Description copied from interface:DeepCopyableCreate and return a deep copy of the current object- Specified by:
deepCopyin interfaceDeepCopyable- Returns:
- {Object} deep copy of current object
-
-