public class Deprecation extends Object implements Serializable
| Constructor and Description |
|---|
Deprecation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReason()
A reason why the related property is deprecated, if any.
|
String |
getReplacement()
The full name of the property that replaces the related deprecated property, if
any.
|
void |
setReason(String reason) |
void |
setReplacement(String replacement) |
String |
toString() |
public String getReason()
public void setReason(String reason)
public String getReplacement()
public void setReplacement(String replacement)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.