public class Model extends Object
| Constructor and Description |
|---|
Model() |
| Modifier and Type | Method and Description |
|---|---|
String |
getModelVersion() |
List<RealmRepresentation> |
getRealms() |
void |
setModelVersion(String modelVersion) |
void |
setRealms(List<RealmRepresentation> realms) |
public String getModelVersion()
public void setModelVersion(String modelVersion)
public List<RealmRepresentation> getRealms()
public void setRealms(List<RealmRepresentation> realms)
Copyright © 2015 JBoss by Red Hat. All rights reserved.