public class MinorReleaseImpl extends Object implements MinorRelease
| Constructor and Description |
|---|
MinorReleaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Runtime |
getRecommendedRuntime() |
String |
getVersion() |
void |
setName(String name) |
void |
setRecommendedRuntime(Runtime recommendedRuntime) |
void |
setVersion(String version) |
public String getName()
getName in interface MinorReleasepublic void setName(String name)
public String getVersion()
getVersion in interface MinorReleasepublic void setVersion(String version)
public Runtime getRecommendedRuntime()
getRecommendedRuntime in interface MinorReleasepublic void setRecommendedRuntime(Runtime recommendedRuntime)
Copyright © 2016. All rights reserved.