public List getTags()

in juneau-petstore-api/src/main/java/org/apache/juneau/petstore/dto/Pet.java [165:167]


	public List<String> getTags() {
		return tags;
	}