@Immutable public class UAProfile extends Object implements Serializable
| Constructor and Description |
|---|
UAProfile(List<String> aProfileUrls,
Map<Integer,UAProfileDiff> aProfileDiffData) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getDiffCount() |
com.helger.commons.collection.impl.ICommonsSortedMap<Integer,UAProfileDiff> |
getProfileDiffData() |
String |
getProfileURL() |
int |
hashCode() |
boolean |
isSet() |
String |
toString() |
public static final UAProfile EMPTY
@Nullable public String getProfileURL()
null if
only profile diffs are present.@Nonnegative public int getDiffCount()
@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsSortedMap<Integer,UAProfileDiff> getProfileDiffData()
public boolean isSet()
Copyright © 2016–2019 Philip Helger. All rights reserved.