Class MyFunctionRequest

    • Constructor Detail

      • MyFunctionRequest

        public MyFunctionRequest()
        Constructs a new MyFunctionRequest instance.
    • Method Detail

      • getGender

        public Gender.Item getGender()
        Gets the value of the gender parameter. If unset, null is returned.
        Returns:
        the value of the parameter, or null if unset.
      • setGender

        public void setGender​(Gender.Item gender)
        Sets or resets the gender parameter as a com.mycompany.myproject.types.Gender.Item.
        Parameters:
        gender - the new value for the parameter, or null if it should be reset.
      • getPersonLastName

        public java.lang.String getPersonLastName()
        Gets the value of the personLastName parameter. If unset, null is returned.
        Returns:
        the value of the parameter, or null if unset.
      • setPersonLastName

        public void setPersonLastName​(java.lang.String personLastName)
        Sets or resets the personLastName parameter as a String.
        Parameters:
        personLastName - the new value for the parameter, or null if it should be reset.