Package io.getstream.chat.java.models
Class Channel.ChannelExportStatusResponse.ErrorResult
- java.lang.Object
-
- io.getstream.chat.java.models.Channel.ChannelExportStatusResponse.ErrorResult
-
- Enclosing class:
- Channel.ChannelExportStatusResponse
public static class Channel.ChannelExportStatusResponse.ErrorResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ErrorResult()
-
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)
@Nullable java.lang.String
getDescription()
@Nullable java.lang.String
getStacktrace()
@Nullable java.lang.String
getType()
@Nullable java.lang.String
getVersion()
int
hashCode()
void
setDescription(@Nullable java.lang.String description)
void
setStacktrace(@Nullable java.lang.String stacktrace)
void
setType(@Nullable java.lang.String type)
void
setVersion(@Nullable java.lang.String version)
java.lang.String
toString()
-
-
-
Method Detail
-
getType
@Nullable public @Nullable java.lang.String getType()
-
getDescription
@Nullable public @Nullable java.lang.String getDescription()
-
getStacktrace
@Nullable public @Nullable java.lang.String getStacktrace()
-
getVersion
@Nullable public @Nullable java.lang.String getVersion()
-
setType
public void setType(@Nullable @Nullable java.lang.String type)
-
setDescription
public void setDescription(@Nullable @Nullable java.lang.String description)
-
setStacktrace
public void setStacktrace(@Nullable @Nullable java.lang.String stacktrace)
-
setVersion
public void setVersion(@Nullable @Nullable java.lang.String version)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-