public static class GetLicenseResp.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GetLicenseResp |
build() |
GetLicenseResp.Builder |
setCode(ErrorCode code) |
GetLicenseResp.Builder |
setError_msg(byte[] error_msg) |
GetLicenseResp.Builder |
setLeader(HostAddr leader) |
GetLicenseResp.Builder |
setLicenseContent(byte[] licenseContent) |
GetLicenseResp.Builder |
setLicenseKey(byte[] licenseKey) |
public GetLicenseResp.Builder setCode(ErrorCode code)
public GetLicenseResp.Builder setLeader(HostAddr leader)
public GetLicenseResp.Builder setLicenseContent(byte[] licenseContent)
public GetLicenseResp.Builder setLicenseKey(byte[] licenseKey)
public GetLicenseResp.Builder setError_msg(byte[] error_msg)
public GetLicenseResp build()
Copyright © 2024. All rights reserved.