Class Tenant
java.lang.Object
co.permify.sdk.model.Tenant
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class Tenant
extends Object
Tenant represents a tenant with an id, a name, and a timestamp indicating when it was created.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedAt(OffsetDateTime createdAt) booleanReturn true if this Tenant object is equal to o.The time at which the tenant was created.getId()The ID of the tenant.getName()The name of the tenant.inthashCode()voidsetCreatedAt(OffsetDateTime createdAt) voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
-
Constructor Details
-
Tenant
public Tenant()
-
-
Method Details
-
id
-
getId
-
setId
-
name
-
getName
-
setName
-
createdAt
-
getCreatedAt
The time at which the tenant was created.- Returns:
- createdAt
-
setCreatedAt
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-