Class Set.AddReputation
- java.lang.Object
-
- com.aoindustries.aoserv.client.net.reputation.Set.AddReputation
-
-
Constructor Summary
Constructors Constructor Description AddReputation(int host, Set.ConfidenceType confidence, Set.ReputationType reputationType, short score)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set.ConfidenceTypegetConfidence()intgetHost()Set.ReputationTypegetReputationType()shortgetScore()
-
-
-
Constructor Detail
-
AddReputation
public AddReputation(int host, Set.ConfidenceType confidence, Set.ReputationType reputationType, short score)
-
-
Method Detail
-
getHost
public int getHost()
-
getConfidence
public Set.ConfidenceType getConfidence()
-
getReputationType
public Set.ReputationType getReputationType()
-
getScore
public short getScore()
-
-