public class RetentionTag
extends java.lang.Object
| Constructor and Description |
|---|
RetentionTag()
Instantiates a new retention tag.
|
RetentionTag(java.lang.String value,
boolean isExplicit)
Instantiates a new retention tag.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Gets the value.
|
boolean |
isExplicit()
Checks if is explicit.
|
void |
setExplicit(boolean isExplicit)
Sets the explicit.
|
void |
setValue(java.lang.String value)
Sets the value.
|
public RetentionTag()
public RetentionTag(java.lang.String value,
boolean isExplicit)
value - the valueisExplicit - the is explicitpublic boolean isExplicit()
public void setExplicit(boolean isExplicit)
isExplicit - the new explicitpublic java.lang.String getValue()
public void setValue(java.lang.String value)
value - the new value