public class FeatureStateModel extends BaseModel
| Constructor and Description |
|---|
FeatureStateModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
getValue(Object identityId)
Returns the value object.
|
boolean |
isHigherPriority(FeatureStateModel other)
Another FeatureStateModel is deemed to be higher priority if and only if
it has a FeatureSegment and either this.FeatureSegment is null or the
value of other.FeatureSegment.priority is lower than that of
this.FeatureSegment.priority.
|
public Object getValue(Object identityId)
identityId - Identity IDpublic boolean isHigherPriority(FeatureStateModel other)
other - the other FeatureStateModel to compare priority wihtCopyright © 2022. All rights reserved.