Class ImmutableDeprecationModel
java.lang.Object
org.mule.runtime.extension.api.model.deprecated.ImmutableDeprecationModel
- All Implemented Interfaces:
org.mule.runtime.api.meta.model.deprecated.DeprecationModel
public class ImmutableDeprecationModel
extends Object
implements org.mule.runtime.api.meta.model.deprecated.DeprecationModel
Immutable implementation of
DeprecationModel- Since:
- 1.2
-
Constructor Summary
ConstructorsConstructorDescriptionImmutableDeprecationModel(String message, String deprecatedSince, String toRemoveIn) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ImmutableDeprecationModel
-
-
Method Details
-
getMessage
- Specified by:
getMessagein interfaceorg.mule.runtime.api.meta.model.deprecated.DeprecationModel
-
getDeprecatedSince
- Specified by:
getDeprecatedSincein interfaceorg.mule.runtime.api.meta.model.deprecated.DeprecationModel
-
getToRemoveIn
- Specified by:
getToRemoveInin interfaceorg.mule.runtime.api.meta.model.deprecated.DeprecationModel
-