public final class GetAppResponseBody extends Object implements KintoneResponseBody
Constructor and Description |
---|
GetAppResponseBody(long appId,
String code,
String name,
String description,
Long spaceId,
Long threadId,
ZonedDateTime createdAt,
User creator,
ZonedDateTime modifiedAt,
User modifier)
Creates a new
GetAppResponseBody 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 modified.
|
User |
getModifier()
The information of the user who last updated the App.
|
String |
getName()
The name of the App.
|
Long |
getSpaceId()
If the App was created inside a Space, it will return the Space ID.
|
Long |
getThreadId()
If the App was created inside a Space, it will return the Thread ID of the Thread of the space
it belongs to.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"appId","code","name","description","spaceId","threadId","createdAt","creator","modifiedAt","modifier"}) public GetAppResponseBody(long appId, String code, String name, String description, Long spaceId, Long threadId, ZonedDateTime createdAt, User creator, ZonedDateTime modifiedAt, User modifier)
GetAppResponseBody
instance.appId
- The App ID.code
- The App Code of the App.name
- The name of the App.description
- The description of the App.spaceId
- If the App was created inside a Space, it will return the Space ID.threadId
- If the App was created inside a Space, it will return the Thread ID of the Thread of the space
it belongs to.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 modified.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 getSpaceId()
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