// Code generated by openapi-nexus. DO NOT EDIT.
//
// Interface with Enum Reference Test — 1.0.0
// Test case for interfaces that reference enum types
package com.example.sdk.models;
public class MyJsonData {
private Az az;
public MyJsonData(Az az) {
this.az = az;
}
public Az getAz() {
return this.az;
}
}