Class BaseSpeaker

java.lang.Object
software.xdev.sessionize.model.BaseSpeaker

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class BaseSpeaker extends Object
BaseSpeaker
  • Field Details

  • Constructor Details

    • BaseSpeaker

      public BaseSpeaker()
  • Method Details

    • id

      public BaseSpeaker id(UUID id)
    • getId

      @Nonnull public UUID getId()
      Get id
      Returns:
      id
    • setId

      public void setId(UUID id)
    • firstName

      public BaseSpeaker firstName(String firstName)
    • getFirstName

      @Nonnull public String getFirstName()
      Get firstName
      Returns:
      firstName
    • setFirstName

      public void setFirstName(String firstName)
    • lastName

      public BaseSpeaker lastName(String lastName)
    • getLastName

      @Nonnull public String getLastName()
      Get lastName
      Returns:
      lastName
    • setLastName

      public void setLastName(String lastName)
    • bio

      public BaseSpeaker bio(String bio)
    • getBio

      @Nullable public String getBio()
      Get bio
      Returns:
      bio
    • getBio_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getBio_JsonNullable()
    • setBio_JsonNullable

      public void setBio_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> bio)
    • setBio

      public void setBio(String bio)
    • tagLine

      public BaseSpeaker tagLine(String tagLine)
    • getTagLine

      @Nullable public String getTagLine()
      Get tagLine
      Returns:
      tagLine
    • setTagLine

      public void setTagLine(String tagLine)
    • profilePicture

      public BaseSpeaker profilePicture(URI profilePicture)
    • getProfilePicture

      @Nullable public URI getProfilePicture()
      Get profilePicture
      Returns:
      profilePicture
    • getProfilePicture_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<URI> getProfilePicture_JsonNullable()
    • setProfilePicture_JsonNullable

      public void setProfilePicture_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<URI> profilePicture)
    • setProfilePicture

      public void setProfilePicture(URI profilePicture)
    • isTopSpeaker

      public BaseSpeaker isTopSpeaker(Boolean isTopSpeaker)
    • getIsTopSpeaker

      @Nonnull public Boolean getIsTopSpeaker()
      Get isTopSpeaker
      Returns:
      isTopSpeaker
    • setIsTopSpeaker

      public void setIsTopSpeaker(Boolean isTopSpeaker)
    • links

      public BaseSpeaker links(List<Link> links)
    • addLinksItem

      public BaseSpeaker addLinksItem(Link linksItem)
    • getLinks

      @Nonnull public List<Link> getLinks()
      Get links
      Returns:
      links
    • setLinks

      public void setLinks(List<Link> links)
    • fullName

      public BaseSpeaker fullName(String fullName)
    • getFullName

      @Nonnull public String getFullName()
      Get fullName
      Returns:
      fullName
    • setFullName

      public void setFullName(String fullName)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string