public class InstallBody
extends Object
-
Field Summary
Fields
@Required @Size(max=100) String
@Required @Size(max=100) String
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
name
@Required
@Size(max=100)
public @Required @Size(max=100) String name
-
version
@Required
@Size(max=100)
public @Required @Size(max=100) String version
-
Constructor Details
-
InstallBody
public InstallBody()