public static class PubSubKeyServiceType.GetSecurityKeysMethodOutputs extends Object implements MethodOutputArguments
| Modifier and Type | Field and Description |
|---|---|
protected UnsignedInteger |
f_firstTokenId |
protected Double |
f_keyLifetime |
protected ByteString[] |
f_keys |
protected String |
f_securityPolicyUri |
protected Double |
f_timeToNextKey |
| Constructor and Description |
|---|
GetSecurityKeysMethodOutputs(String f_securityPolicyUri,
UnsignedInteger f_firstTokenId,
ByteString[] f_keys,
Double f_timeToNextKey,
Double f_keyLifetime) |
| Modifier and Type | Method and Description |
|---|---|
Variant[] |
asVariantArray() |
UnsignedInteger |
getFirstTokenId() |
Double |
getKeyLifetime() |
ByteString[] |
getKeys() |
String |
getSecurityPolicyUri() |
Double |
getTimeToNextKey() |
protected String f_securityPolicyUri
protected UnsignedInteger f_firstTokenId
protected ByteString[] f_keys
protected Double f_timeToNextKey
protected Double f_keyLifetime
public GetSecurityKeysMethodOutputs(String f_securityPolicyUri, UnsignedInteger f_firstTokenId, ByteString[] f_keys, Double f_timeToNextKey, Double f_keyLifetime)
public String getSecurityPolicyUri()
public UnsignedInteger getFirstTokenId()
public ByteString[] getKeys()
public Double getTimeToNextKey()
public Double getKeyLifetime()
public final Variant[] asVariantArray()
asVariantArray in interface MethodArgumentsCopyright © 2026. All rights reserved.