Class Breed
java.lang.Object
nl.janboonen.oas.contractfirstdesign.cat.adapater.catfacts.dto.Breed
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-12-14T17:23:58.166621048Z[Etc/UTC]")
public class Breed
extends Object
Breed
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBreed()BreedgetCoat()CoatCountryOriginPatterninthashCode()voidvoidvoidsetCountry(String country) voidvoidsetPattern(String pattern) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_BREED
- See Also:
-
JSON_PROPERTY_COUNTRY
- See Also:
-
JSON_PROPERTY_ORIGIN
- See Also:
-
JSON_PROPERTY_COAT
- See Also:
-
JSON_PROPERTY_PATTERN
- See Also:
-
-
Constructor Details
-
Breed
public Breed()
-
-
Method Details
-
breed
-
getBreed
Breed- Returns:
- breed
-
setBreed
-
country
-
getCountry
Country- Returns:
- country
-
setCountry
-
origin
-
getOrigin
Origin- Returns:
- origin
-
setOrigin
-
coat
-
getCoat
Coat- Returns:
- coat
-
setCoat
-
pattern
-
getPattern
Pattern- Returns:
- pattern
-
setPattern
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-