Class EmploymentTerminationReasons


  • @Generated("jsonschema2pojo")
    public class EmploymentTerminationReasons
    extends Object
    Employment Termination Reasons

    The user-defined list of valid reasons for termination of employment.

    • Field Detail

      • metadata

        @JsonPropertyDescription("Metadata about the JSON payload")
        private Metadata metadata
        Metadata

        Metadata about the JSON payload

      • id

        @JsonPropertyDescription("The global identifier of the Employment Termination Reason.")
        private String id
        ID

        The global identifier of the Employment Termination Reason. (Required)

      • title

        @JsonPropertyDescription("The full name of the Employment Termination Reason.")
        private String title
        Title

        The full name of the Employment Termination Reason. (Required)

      • description

        @JsonPropertyDescription("The description of the reason for termination of employment.")
        private String description
        Description

        The description of the reason for termination of employment.

      • code

        @JsonPropertyDescription("The code that identifies the Employment Termination Reason.")
        private String code
        Code

        The code that identifies the Employment Termination Reason.

    • Constructor Detail

      • EmploymentTerminationReasons

        public EmploymentTerminationReasons()
    • Method Detail

      • getMetadata

        public Metadata getMetadata()
        Metadata

        Metadata about the JSON payload

      • setMetadata

        public void setMetadata​(Metadata metadata)
        Metadata

        Metadata about the JSON payload

      • getId

        public String getId()
        ID

        The global identifier of the Employment Termination Reason. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier of the Employment Termination Reason. (Required)

      • getTitle

        public String getTitle()
        Title

        The full name of the Employment Termination Reason. (Required)

      • setTitle

        public void setTitle​(String title)
        Title

        The full name of the Employment Termination Reason. (Required)

      • getDescription

        public String getDescription()
        Description

        The description of the reason for termination of employment.

      • setDescription

        public void setDescription​(String description)
        Description

        The description of the reason for termination of employment.

      • getCode

        public String getCode()
        Code

        The code that identifies the Employment Termination Reason.

      • setCode

        public void setCode​(String code)
        Code

        The code that identifies the Employment Termination Reason.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object