public class ProfileRequirementsDTO
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Integer |
count |
java.util.Collection<java.lang.String> |
dependentProfiles |
java.lang.Double |
health |
java.lang.Integer |
maximumInstances |
java.lang.Integer |
minimumInstances |
java.lang.String |
profile |
Constructor and Description |
---|
ProfileRequirementsDTO() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public java.lang.String profile
public java.lang.Integer count
public java.lang.Double health
public java.lang.Integer minimumInstances
public java.lang.Integer maximumInstances
public java.util.Collection<java.lang.String> dependentProfiles
Copyright © 2015 Red Hat. All Rights Reserved.