public static class EncryptResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
EncryptResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
EncryptResponse |
build() |
EncryptResponse.Builder |
copy(EncryptResponse o)
Copy method to populate the builder with values from the given instance.
|
EncryptResponse.Builder |
encryptedData(EncryptedData encryptedData) |
EncryptResponse.Builder |
opcRequestId(String opcRequestId) |
String |
toString() |
public EncryptResponse.Builder copy(EncryptResponse o)
Copy method to populate the builder with values from the given instance.
public EncryptResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public EncryptResponse.Builder opcRequestId(String opcRequestId)
public EncryptResponse.Builder encryptedData(EncryptedData encryptedData)
public EncryptResponse build()
Copyright © 2016–2021. All rights reserved.