public class ResolvedBlacklistEntry extends Object
| Constructor and Description |
|---|
ResolvedBlacklistEntry() |
ResolvedBlacklistEntry(String source,
String target,
String relType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object another) |
static ResolvedBlacklistEntry |
fromJson(String json) |
String |
getRelType() |
String |
getSource() |
String |
getTarget() |
int |
hashCode() |
void |
setRelType(String relType) |
void |
setSource(String source) |
void |
setTarget(String target) |
String |
toString() |
public static ResolvedBlacklistEntry fromJson(String json)
public String getSource()
public void setSource(String source)
public String getTarget()
public void setTarget(String target)
public String getRelType()
public void setRelType(String relType)
Copyright © 2025. All rights reserved.