public final class ApiMember
extends java.lang.Object
| Constructor and Description |
|---|
ApiMember(java.lang.String signature,
int since,
int deprecatedIn,
int removedIn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getDeprecatedIn()
Returns the API level when the member was deprecated, or 0 if the member was not deprecated.
|
int |
getRemovedIn()
Returns the API level when the member was removed, or 0 if the member was not removed.
|
java.lang.String |
getSignature()
If the object represents a method, returns its signature without the return type.
|
int |
getSince()
Returns the API level when the member was introduced.
|
int |
hashCode() |
java.lang.String |
toString() |
public ApiMember(@NonNull
java.lang.String signature,
int since,
int deprecatedIn,
int removedIn)
@NonNull public java.lang.String getSignature()
public int getSince()
public int getDeprecatedIn()
public int getRemovedIn()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object