Package com.volcengine.acep.model
Class BanUserRequest
- java.lang.Object
-
- com.volcengine.acep.model.BanUserRequest
-
public class BanUserRequest extends Object
BanUserRequest
-
-
Constructor Summary
Constructors Constructor Description BanUserRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BanUserRequestforbiddenInterval(Integer forbiddenInterval)IntegergetForbiddenInterval()Get forbiddenInterval@NotNull StringgetPodId()Get podId@NotNull StringgetProductId()Get productId@NotNull StringgetUserId()Get userIdinthashCode()BooleanisIsPreviewStream()Get isPreviewStreamBanUserRequestisPreviewStream(Boolean isPreviewStream)BanUserRequestpodId(String podId)BanUserRequestproductId(String productId)voidsetForbiddenInterval(Integer forbiddenInterval)voidsetIsPreviewStream(Boolean isPreviewStream)voidsetPodId(String podId)voidsetProductId(String productId)voidsetUserId(String userId)StringtoString()BanUserRequestuserId(String userId)
-
-
-
Method Detail
-
forbiddenInterval
public BanUserRequest forbiddenInterval(Integer forbiddenInterval)
-
getForbiddenInterval
public Integer getForbiddenInterval()
Get forbiddenInterval- Returns:
- forbiddenInterval
-
setForbiddenInterval
public void setForbiddenInterval(Integer forbiddenInterval)
-
isPreviewStream
public BanUserRequest isPreviewStream(Boolean isPreviewStream)
-
isIsPreviewStream
public Boolean isIsPreviewStream()
Get isPreviewStream- Returns:
- isPreviewStream
-
setIsPreviewStream
public void setIsPreviewStream(Boolean isPreviewStream)
-
podId
public BanUserRequest podId(String podId)
-
getPodId
@NotNull public @NotNull String getPodId()
Get podId- Returns:
- podId
-
setPodId
public void setPodId(String podId)
-
productId
public BanUserRequest productId(String productId)
-
getProductId
@NotNull public @NotNull String getProductId()
Get productId- Returns:
- productId
-
setProductId
public void setProductId(String productId)
-
userId
public BanUserRequest userId(String userId)
-
getUserId
@NotNull public @NotNull String getUserId()
Get userId- Returns:
- userId
-
setUserId
public void setUserId(String userId)
-
-