Package org.openapitools.client.models
Class Command
-
- All Implemented Interfaces:
public final class CommandRepresents custom chat command
-
-
Method Summary
Modifier and Type Method Description final StringgetArgs()final StringgetDescription()final StringgetName()final StringgetSet()final OffsetDateTimegetCreatedAt()final OffsetDateTimegetUpdatedAt()-
-
Constructor Detail
-
Command
Command(String args, String description, String name, String set, OffsetDateTime createdAt, OffsetDateTime updatedAt)
- Parameters:
args- Arguments help text, shown in commands auto-completiondescription- Description, shown in commands auto-completionname- Unique command nameset- Set name used for grouping commandscreatedAt- Date/time of creationupdatedAt- Date/time of the last update
-
-
Method Detail
-
getDescription
final String getDescription()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getUpdatedAt
final OffsetDateTime getUpdatedAt()
-
-
-
-