E2eeSelfKeyParcelable.Builder


public final class E2eeSelfKeyParcelable.Builder


E2eeSelfKeyParcelable의 빌더 클래스입니다.

요약

공개 생성자

새 빌더를 만듭니다.

새 빌더를 만듭니다.

공개 생성자

빌더

public Builder()

새 빌더를 만듭니다.

빌더

public Builder(E2eeSelfKeyParcelable origin)

새 빌더를 만듭니다.

공개 메서드

build

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를 설정합니다.