Package software.xdev.sessionize.model
Class BaseSpeaker
java.lang.Object
software.xdev.sessionize.model.BaseSpeaker
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class BaseSpeaker
extends Object
BaseSpeaker
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLinksItem(Link linksItem) booleangetBio()Get bioorg.openapitools.jackson.nullable.JsonNullable<String>Get firstNameGet fullNamegetId()Get idGet isTopSpeakerGet lastNamegetLinks()Get linksGet profilePictureorg.openapitools.jackson.nullable.JsonNullable<URI>Get tagLineinthashCode()isTopSpeaker(Boolean isTopSpeaker) profilePicture(URI profilePicture) voidvoidsetBio_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> bio) voidsetFirstName(String firstName) voidsetFullName(String fullName) voidvoidsetIsTopSpeaker(Boolean isTopSpeaker) voidsetLastName(String lastName) voidvoidsetProfilePicture(URI profilePicture) voidsetProfilePicture_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<URI> profilePicture) voidsetTagLine(String tagLine) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_FIRST_NAME
- See Also:
-
JSON_PROPERTY_LAST_NAME
- See Also:
-
JSON_PROPERTY_BIO
- See Also:
-
JSON_PROPERTY_TAG_LINE
- See Also:
-
JSON_PROPERTY_PROFILE_PICTURE
- See Also:
-
JSON_PROPERTY_IS_TOP_SPEAKER
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
JSON_PROPERTY_FULL_NAME
- See Also:
-
-
Constructor Details
-
BaseSpeaker
public BaseSpeaker()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
firstName
-
getFirstName
Get firstName- Returns:
- firstName
-
setFirstName
-
lastName
-
getLastName
Get lastName- Returns:
- lastName
-
setLastName
-
bio
-
getBio
Get bio- Returns:
- bio
-
getBio_JsonNullable
-
setBio_JsonNullable
-
setBio
-
tagLine
-
getTagLine
Get tagLine- Returns:
- tagLine
-
setTagLine
-
profilePicture
-
getProfilePicture
Get profilePicture- Returns:
- profilePicture
-
getProfilePicture_JsonNullable
-
setProfilePicture_JsonNullable
public void setProfilePicture_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<URI> profilePicture) -
setProfilePicture
-
isTopSpeaker
-
getIsTopSpeaker
Get isTopSpeaker- Returns:
- isTopSpeaker
-
setIsTopSpeaker
-
links
-
addLinksItem
-
getLinks
Get links- Returns:
- links
-
setLinks
-
fullName
-
getFullName
Get fullName- Returns:
- fullName
-
setFullName
-
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
-