Package org.openapitools.client.model
Class TenantDto
- java.lang.Object
-
- org.openapitools.client.model.TenantDto
-
public class TenantDto extends Object
TenantDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_NAME
-
Constructor Summary
Constructors Constructor Description TenantDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()The id of the tenant.StringgetName()The name of the tenant.inthashCode()TenantDtoid(String id)TenantDtoname(String name)voidsetId(String id)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
-