Package sh.ory.model
Class CloudAccount
java.lang.Object
sh.ory.model.CloudAccount
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class CloudAccount extends Object
CloudAccount
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_EMAILstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_NAME -
Constructor Summary
Constructors Constructor Description CloudAccount() -
Method Summary
Modifier and Type Method Description CloudAccountemail(String email)booleanequals(Object o)StringgetEmail()Get emailUUIDgetId()Get idStringgetName()Get nameinthashCode()CloudAccountid(UUID id)CloudAccountname(String name)voidsetEmail(String email)voidsetId(UUID id)voidsetName(String name)StringtoString()
-
Field Details
-
SERIALIZED_NAME_EMAIL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
CloudAccount
public CloudAccount()
-
-
Method Details