@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class TagSearchKey extends Object
| Constructor and Description |
|---|
TagSearchKey() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getIsParentTagNull()
An optional boolean flag that specifies if parent tag should not be set for the tags that we want to retrieve
|
String |
getParentTagCode()
An optional tag reference code of the parent tag
|
String |
getTagTypeCode()
The tag type reference code
|
int |
hashCode() |
void |
setIsParentTagNull(Boolean isParentTagNull) |
void |
setParentTagCode(String parentTagCode) |
void |
setTagTypeCode(String tagTypeCode) |
String |
toString() |
public String getTagTypeCode()
public void setTagTypeCode(String tagTypeCode)
public String getParentTagCode()
public void setParentTagCode(String parentTagCode)
public Boolean getIsParentTagNull()
public void setIsParentTagNull(Boolean isParentTagNull)
Copyright © 2017. All rights reserved.