E2eeSelfKeyParcelable.Builder


public final class E2eeSelfKeyParcelable.Builder


Класс-конструктор для E2eeSelfKeyParcelable .

Краткое содержание

Государственные строители

Создает нового строителя.

Создает нового строителя.

Общедоступные методы

E2eeSelfKeyParcelable
build ()

Создает объект E2eeSelfKeyParcelable .

E2eeSelfKeyParcelable.Builder

Устанавливает account ID.

E2eeSelfKeyParcelable.Builder

Устанавливает device ID .

E2eeSelfKeyParcelable.Builder

Устанавливает key bytes открытого ключа.

E2eeSelfKeyParcelable.Builder

Задает owner package name .

E2eeSelfKeyParcelable.Builder
@ CanIgnoreReturnValue
setRemoteVerificationState (int remoteVerificationState)

Устанавливает remote verification state ключа.

E2eeSelfKeyParcelable.Builder
@ CanIgnoreReturnValue
setTimeUpdated (long timeUpdated)

Устанавливает метку timestamp of the last update .

Государственные строители

Строитель

public Builder()

Создает нового строителя.

Строитель

public Builder(E2eeSelfKeyParcelable origin)

Создает нового строителя.

Общедоступные методы

строить

public E2eeSelfKeyParcelable build()

Создает объект E2eeSelfKeyParcelable .

setAccountId

@CanIgnoreReturnValue
public E2eeSelfKeyParcelable.Builder setAccountId(@NonNull String accountId)

Устанавливает account ID.

setDeviceId

@CanIgnoreReturnValue
public E2eeSelfKeyParcelable.Builder setDeviceId(@NonNull String deviceId)

Устанавливает device ID .

setKeyValue

@CanIgnoreReturnValue
public E2eeSelfKeyParcelable.Builder setKeyValue(@Nullable byte[] keyValue)

Устанавливает key bytes открытого ключа.

setOwnerPackageName

@CanIgnoreReturnValue
public E2eeSelfKeyParcelable.Builder setOwnerPackageName(@NonNull String ownerPackageName)

Задает owner package name .

setRemoteVerificationState

@CanIgnoreReturnValue
public E2eeSelfKeyParcelable.Builder setRemoteVerificationState(int remoteVerificationState)

Устанавливает remote verification state ключа.

setTimeUpdated

@CanIgnoreReturnValue
public E2eeSelfKeyParcelable.Builder setTimeUpdated(long timeUpdated)

Устанавливает метку timestamp of the last update .