@Beta
public final class DuplicateContentParams
extends java.lang.Object
Constructor and Description |
---|
DuplicateContentParams(ContentId contentId) |
Modifier and Type | Method and Description |
---|---|
DuplicateContentParams |
creator(PrincipalKey creator) |
boolean |
equals(java.lang.Object o) |
ContentId |
getContentId() |
PrincipalKey |
getCreator() |
int |
hashCode() |
void |
validate() |
public DuplicateContentParams(ContentId contentId)
public ContentId getContentId()
public DuplicateContentParams creator(PrincipalKey creator)
public PrincipalKey getCreator()
public void validate()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object