Package io.getstream.chat.java.models
Class Command.CommandGetResponse
- java.lang.Object
-
- io.getstream.chat.java.models.Command
-
- io.getstream.chat.java.models.Command.CommandGetResponse
-
- All Implemented Interfaces:
StreamResponse
- Enclosing class:
- Command
public static class Command.CommandGetResponse extends Command implements StreamResponse
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.getstream.chat.java.models.Command
Command.CommandCreateRequestData, Command.CommandCreateResponse, Command.CommandDeleteRequest, Command.CommandDeleteResponse, Command.CommandGetRequest, Command.CommandGetResponse, Command.CommandListRequest, Command.CommandListResponse, Command.CommandUpdateRequestData, Command.CommandUpdateResponse
-
-
Constructor Summary
Constructors Constructor Description CommandGetResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
@NotNull java.lang.String
getDuration()
RateLimit
getRateLimit()
int
hashCode()
void
setDuration(@NotNull java.lang.String duration)
void
setRateLimit(RateLimit rateLimit)
java.lang.String
toString()
-
Methods inherited from class io.getstream.chat.java.models.Command
create, delete, get, getArgs, getCreatedAt, getDescription, getName, getSetValue, getUpdatedAt, list, setArgs, setCreatedAt, setDescription, setName, setSetValue, setUpdatedAt, update
-
-
-
-
Method Detail
-
getRateLimit
public RateLimit getRateLimit()
-
getDuration
@NotNull public @NotNull java.lang.String getDuration()
- Specified by:
getDuration
in interfaceStreamResponse
-
setRateLimit
public void setRateLimit(RateLimit rateLimit)
-
setDuration
public void setDuration(@NotNull @NotNull java.lang.String duration)
- Specified by:
setDuration
in interfaceStreamResponse
-
-