@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2024-01-08T21:27:32.920Z") public class Organization extends Object
Constructor and Description |
---|
Organization() |
Modifier and Type | Method and Description |
---|---|
Organization |
description(String description) |
boolean |
equals(Object o) |
DateTime |
getCreatedOn()
The date and time this organization was created.
|
String |
getDescription()
A description of the organization.
|
String |
getIdentifier()
An identifier for this organization (supplied by the user and unique in the scope of this app).
|
DateTime |
getModifiedOn()
The date and time this organization was last modified.
|
String |
getName()
The name of the organization.
|
String |
getType()
Organization
|
Long |
getVersion()
The optimistic locking version of the organization.
|
int |
hashCode() |
Organization |
identifier(String identifier) |
Organization |
name(String name) |
void |
setDescription(String description) |
void |
setIdentifier(String identifier) |
void |
setName(String name) |
void |
setVersion(Long version) |
String |
toString() |
Organization |
version(Long version) |
public Organization name(String name)
public String getName()
public void setName(String name)
public Organization identifier(String identifier)
public String getIdentifier()
public void setIdentifier(String identifier)
public Organization description(String description)
public String getDescription()
public void setDescription(String description)
public DateTime getCreatedOn()
public DateTime getModifiedOn()
public Organization version(Long version)
public Long getVersion()
public void setVersion(Long version)
public String getType()
Copyright © 2024 Sage Bionetworks. All rights reserved.