@Generated(value="org.jsonschema2pojo") public class FSGroupStrategyOptions extends Object
Constructor and Description |
---|
FSGroupStrategyOptions()
No args constructor for use in serialization
|
FSGroupStrategyOptions(List<IDRange> ranges,
String type) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalProperties() |
List<IDRange> |
getRanges()
ranges of allowable IDs for fsGroup
|
String |
getType()
strategy used to generate fsGroup
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setRanges(List<IDRange> ranges)
ranges of allowable IDs for fsGroup
|
void |
setType(String type)
strategy used to generate fsGroup
|
public FSGroupStrategyOptions()
public void setRanges(List<IDRange> ranges)
ranges
- The rangespublic String getType()
public void setType(String type)
type
- The typeCopyright © 2011–2015 Red Hat. All rights reserved.