GetAllActiveCredentialsRequest

public final class GetAllActiveCredentialsRequest extends Object
implements Parcelable

Nested Class Summary

Inherited Constant Summary

int CONTENTS_FILE_DESCRIPTOR
int PARCELABLE_WRITE_RETURN_VALUE

Field Summary

Public Method Summary

boolean
equals(Object other)
long
getTimeoutMillis()
Returns the timeout in milliseconds for discovering active border agents in the network.
int
static GetAllActiveCredentialsRequest.Builder
void
writeToParcel(Parcel dest, int flags)

Inherited Method Summary

Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()
abstract int
describeContents()
abstract void
writeToParcel(Parcel arg0, int arg1)

Fields

public static final Creator<GetAllActiveCredentialsRequest> CREATOR

Public Methods

public boolean equals (Object other)

public long getTimeoutMillis ()

Returns the timeout in milliseconds for discovering active border agents in the network.

public int hashCode ()

public static GetAllActiveCredentialsRequest.Builder newBuilder ()

Returns a GetAllActiveCredentialsRequest.Builder instance. timeoutMillis is set to 5000 as a default value.

public void writeToParcel (Parcel dest, int flags)