Package io.getstream.chat.java.models
Class Moderation.CheckRequestData
- java.lang.Object
-
- io.getstream.chat.java.models.Moderation.CheckRequestData
-
- Enclosing class:
- Moderation
public static class Moderation.CheckRequestData extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classModeration.CheckRequestData.CheckRequest
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)@NotNull java.lang.StringgetConfigKey()@Nullable java.lang.StringgetEntityCreatorId()@NotNull java.lang.StringgetEntityId()@NotNull java.lang.StringgetEntityType()@NotNull Moderation.ModerationPayloadgetModerationPayload()@Nullable Moderation.CheckOptionsgetOptions()inthashCode()
-
-
-
Method Detail
-
getEntityType
@NotNull public @NotNull java.lang.String getEntityType()
-
getEntityId
@NotNull public @NotNull java.lang.String getEntityId()
-
getModerationPayload
@NotNull public @NotNull Moderation.ModerationPayload getModerationPayload()
-
getConfigKey
@NotNull public @NotNull java.lang.String getConfigKey()
-
getEntityCreatorId
@Nullable public @Nullable java.lang.String getEntityCreatorId()
-
getOptions
@Nullable public @Nullable Moderation.CheckOptions getOptions()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-