Class CustomPrebuiltModel


  • public class CustomPrebuiltModel
    extends Object
    A Custom Prebuilt model.
    • Constructor Detail

      • CustomPrebuiltModel

        public CustomPrebuiltModel()
    • Method Detail

      • id

        public UUID id()
        Get the id value.
        Returns:
        the id value
      • withId

        public CustomPrebuiltModel withId​(UUID id)
        Set the id value.
        Parameters:
        id - the id value to set
        Returns:
        the CustomPrebuiltModel object itself.
      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public CustomPrebuiltModel withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the CustomPrebuiltModel object itself.
      • typeId

        public Integer typeId()
        Get the typeId value.
        Returns:
        the typeId value
      • withTypeId

        public CustomPrebuiltModel withTypeId​(Integer typeId)
        Set the typeId value.
        Parameters:
        typeId - the typeId value to set
        Returns:
        the CustomPrebuiltModel object itself.
      • readableType

        public String readableType()
        Get the readableType value.
        Returns:
        the readableType value
      • withReadableType

        public CustomPrebuiltModel withReadableType​(String readableType)
        Set the readableType value.
        Parameters:
        readableType - the readableType value to set
        Returns:
        the CustomPrebuiltModel object itself.
      • customPrebuiltDomainName

        public String customPrebuiltDomainName()
        Get the customPrebuiltDomainName value.
        Returns:
        the customPrebuiltDomainName value
      • withCustomPrebuiltDomainName

        public CustomPrebuiltModel withCustomPrebuiltDomainName​(String customPrebuiltDomainName)
        Set the customPrebuiltDomainName value.
        Parameters:
        customPrebuiltDomainName - the customPrebuiltDomainName value to set
        Returns:
        the CustomPrebuiltModel object itself.
      • customPrebuiltModelName

        public String customPrebuiltModelName()
        Get the customPrebuiltModelName value.
        Returns:
        the customPrebuiltModelName value
      • withCustomPrebuiltModelName

        public CustomPrebuiltModel withCustomPrebuiltModelName​(String customPrebuiltModelName)
        Set the customPrebuiltModelName value.
        Parameters:
        customPrebuiltModelName - the customPrebuiltModelName value to set
        Returns:
        the CustomPrebuiltModel object itself.
      • roles

        public List<EntityRole> roles()
        Get the roles value.
        Returns:
        the roles value
      • withRoles

        public CustomPrebuiltModel withRoles​(List<EntityRole> roles)
        Set the roles value.
        Parameters:
        roles - the roles value to set
        Returns:
        the CustomPrebuiltModel object itself.