public final class AttachedApp
extends Object
Constructor and Description |
---|
AttachedApp(long appId,
String code,
String name,
String description,
long threadId,
ZonedDateTime createdAt,
User creator,
ZonedDateTime modifiedAt,
User modifier)
Creates a new
AttachedApp instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getAppId()
The App ID.
|
String |
getCode()
The App Code of the App.
|
ZonedDateTime |
getCreatedAt()
The date of when the App was created.
|
User |
getCreator()
The information of the user who created the App.
|
String |
getDescription()
The description of the App.
|
ZonedDateTime |
getModifiedAt()
The date of when the App was last updated.
|
User |
getModifier()
The information of the user who last updated the App.
|
String |
getName()
The name of the App.
|
long |
getThreadId()
The Thread ID of the thread that the App was created in.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"appId","code","name","description","threadId","createdAt","creator","modifiedAt","modifier"}) public AttachedApp(long appId, String code, String name, String description, long threadId, ZonedDateTime createdAt, User creator, ZonedDateTime modifiedAt, User modifier)
AttachedApp
instance.appId
- The App ID.code
- The App Code of the App.name
- The name of the App.description
- The description of the App.threadId
- The Thread ID of the thread that the App was created in.createdAt
- The date of when the App was created.creator
- The information of the user who created the App.modifiedAt
- The date of when the App was last updated.modifier
- The information of the user who last updated the App.public long getAppId()
public String getCode()
public String getName()
public String getDescription()
public long getThreadId()
public ZonedDateTime getCreatedAt()
public User getCreator()
public ZonedDateTime getModifiedAt()
public User getModifier()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object