public class DeleteTagsJson extends BaseJson
Constructor and Description |
---|
DeleteTagsJson() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getTagNames()
List of tag names
|
boolean |
isForceAction()
True if it should continue after failure, False if not
|
void |
setForceAction(boolean forceAction)
True if it should continue after failure, False if not
|
void |
setTagNames(List<String> tagNames)
List of tag names
|
getObjType, setObjType, toString
public void setTagNames(List<String> tagNames)
tagNames
- List of tag namespublic boolean isForceAction()
public void setForceAction(boolean forceAction)
forceAction
- True if it should continue after failure, False if
notCopyright © 2019. All rights reserved.