Class SimulationMetricReference.Mark
- java.lang.Object
-
- com.evolveum.midpoint.schema.simulation.SimulationMetricReference
-
- com.evolveum.midpoint.schema.simulation.SimulationMetricReference.Mark
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SimulationMetricReference
public static class SimulationMetricReference.Mark extends SimulationMetricReference
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.schema.simulation.SimulationMetricReference
SimulationMetricReference.BuiltIn, SimulationMetricReference.Explicit, SimulationMetricReference.Mark
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
@NotNull String
getOid()
@NotNull ObjectReferenceType
getRef()
int
hashCode()
boolean
matches(@Nullable SimulationMetricReferenceType ref)
@NotNull SimulationMetricReferenceType
toBean()
String
toString()
-
Methods inherited from class com.evolveum.midpoint.schema.simulation.SimulationMetricReference
forBuiltIn, forExplicit, forMark, fromBean
-
-
-
-
Constructor Detail
-
Mark
public Mark(@NotNull @NotNull String oid)
-
-
Method Detail
-
getOid
@NotNull public @NotNull String getOid()
-
getRef
@NotNull public @NotNull ObjectReferenceType getRef()
-
toBean
@NotNull public @NotNull SimulationMetricReferenceType toBean()
- Specified by:
toBean
in classSimulationMetricReference
-
matches
public boolean matches(@Nullable @Nullable SimulationMetricReferenceType ref)
- Specified by:
matches
in classSimulationMetricReference
-
-