public class Secret extends Object
Constructor and Description |
---|
Secret() |
Secret(JsonObject json) |
Modifier and Type | Method and Description |
---|---|
JsonObject |
getData() |
long |
getLeaseDuration() |
String |
getLeaseId() |
String |
getRequestId() |
boolean |
isRenewable() |
Secret |
setData(JsonObject data) |
Secret |
setLeaseDuration(long leaseDuration) |
Secret |
setLeaseId(String leaseId) |
Secret |
setRenewable(boolean renewable) |
Secret |
setRequestId(String requestId) |
JsonObject |
toJson() |
String |
toString() |
public Secret()
public Secret(JsonObject json)
public String getLeaseId()
public boolean isRenewable()
public Secret setRenewable(boolean renewable)
public long getLeaseDuration()
public Secret setLeaseDuration(long leaseDuration)
public String getRequestId()
public JsonObject getData()
public Secret setData(JsonObject data)
public JsonObject toJson()
Copyright © 2023 Eclipse. All rights reserved.