Package io.getstream.chat.java.models
Class Moderation.FlagRequestData
- java.lang.Object
-
- io.getstream.chat.java.models.Moderation.FlagRequestData
-
- Enclosing class:
- Moderation
public static class Moderation.FlagRequestData extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classModeration.FlagRequestData.FlagRequest
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.util.Map<java.lang.String,java.lang.Object>getCustom()@Nullable java.lang.StringgetEntityCreatorId()@NotNull java.lang.StringgetEntityId()@NotNull java.lang.StringgetEntityType()@Nullable Moderation.ModerationPayloadgetModerationPayload()@NotNull java.lang.StringgetReason()@Nullable java.lang.StringgetUserId()inthashCode()
-
-
-
Method Detail
-
getEntityType
@NotNull public @NotNull java.lang.String getEntityType()
-
getEntityId
@NotNull public @NotNull java.lang.String getEntityId()
-
getReason
@NotNull public @NotNull java.lang.String getReason()
-
getEntityCreatorId
@Nullable public @Nullable java.lang.String getEntityCreatorId()
-
getUserId
@Nullable public @Nullable java.lang.String getUserId()
-
getModerationPayload
@Nullable public @Nullable Moderation.ModerationPayload getModerationPayload()
-
getCustom
@Nullable public java.util.Map<java.lang.String,java.lang.Object> getCustom()
-
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
-
-