File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 {%- if p .deprecated is defined and p .deprecated is not none %}
3232 @ Deprecated
3333 {%- endif %}
34- public void set {{p .title }}({% if p .mandatory %}@ NonNull {% endif %}{{p .return_type }} {{p .last }}) {
34+ public {{ class_name }} set {{p .title }}({% if p .mandatory %}@ NonNull {% endif %}{{p .return_type }} {{p .last }}) {
3535 setParameters ({{p .key }}, {{p .last }});
36+ return this ;
3637 }
3738
3839 /**
Original file line number Diff line number Diff line change 2727 {%- if p .deprecated is defined and p .deprecated is not none %}
2828 @ Deprecated
2929 {%- endif %}
30- public void set {{p .title }}({% if p .mandatory %}@ NonNull {% endif %}{{p .return_type }} {{p .last }}) {
30+ public {{ class_name }} set {{p .title }}({% if p .mandatory %}@ NonNull {% endif %}{{p .return_type }} {{p .last }}) {
3131 setValue ({{p .key }}, {{p .last }});
32+ return this ;
3233 }
3334
3435 /**
You can’t perform that action at this time.
0 commit comments