33 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
44 *
55 * The version of the OpenAPI document: 1.4.0-SNAPSHOT
6- *
6+ *
77 *
88 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
99 * https://openapi-generator.tech
4949@ javax .annotation .Generated (value = "org.openapitools.codegen.languages.JavaClientCodegen" , comments = "Generator version: 7.11.0" )
5050public class VaultDto {
5151 public static final String JSON_PROPERTY_ID = "id" ;
52- @ javax .annotation .Nullable
52+ @ javax .annotation .Nonnull
5353 private UUID id ;
5454
5555 public static final String JSON_PROPERTY_NAME = "name" ;
@@ -96,10 +96,10 @@ public class VaultDto {
9696 @ javax .annotation .Nullable
9797 private String authPrivateKey ;
9898
99- public VaultDto () {
99+ public VaultDto () {
100100 }
101101
102- public VaultDto id (@ javax .annotation .Nullable UUID id ) {
102+ public VaultDto id (@ javax .annotation .Nonnull UUID id ) {
103103 this .id = id ;
104104 return this ;
105105 }
@@ -108,18 +108,18 @@ public VaultDto id(@javax.annotation.Nullable UUID id) {
108108 * Get id
109109 * @return id
110110 */
111- @ javax .annotation .Nullable
111+ @ javax .annotation .Nonnull
112112 @ JsonProperty (JSON_PROPERTY_ID )
113- @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
113+ @ JsonInclude (value = JsonInclude .Include .ALWAYS )
114114
115115 public UUID getId () {
116116 return id ;
117117 }
118118
119119
120120 @ JsonProperty (JSON_PROPERTY_ID )
121- @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
122- public void setId (@ javax .annotation .Nullable UUID id ) {
121+ @ JsonInclude (value = JsonInclude .Include .ALWAYS )
122+ public void setId (@ javax .annotation .Nonnull UUID id ) {
123123 this .id = id ;
124124 }
125125
0 commit comments