Class ZonesDnssecRespResult
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.zones_settings.v1.model.ZonesDnssecRespResult
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class ZonesDnssecRespResult extends com.ibm.cloud.sdk.core.service.model.GenericModelContainer for response information.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceZonesDnssecRespResult.StatusStatus.
 - 
Constructor SummaryConstructors Constructor Description ZonesDnssecRespResult()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlgorithm()Gets the algorithm.StringgetDigest()Gets the digest.StringgetDigestAlgorithm()Gets the digestAlgorithm.StringgetDigestType()Gets the digestType.StringgetDs()Gets the ds.LonggetFlags()Gets the flags.LonggetKeyTag()Gets the keyTag.StringgetKeyType()Gets the keyType.StringgetPublicKey()Gets the publicKey.StringgetStatus()Gets the status.
 
- 
- 
- 
Method Detail- 
getStatuspublic String getStatus() Gets the status. Status.- Returns:
- the status
 
 - 
getFlagspublic Long getFlags() Gets the flags. Flags.- Returns:
- the flags
 
 - 
getAlgorithmpublic String getAlgorithm() Gets the algorithm. Algorithm.- Returns:
- the algorithm
 
 - 
getKeyTypepublic String getKeyType() Gets the keyType. Key type.- Returns:
- the keyType
 
 - 
getDigestTypepublic String getDigestType() Gets the digestType. Digest type.- Returns:
- the digestType
 
 - 
getDigestAlgorithmpublic String getDigestAlgorithm() Gets the digestAlgorithm. Digest algorithm.- Returns:
- the digestAlgorithm
 
 - 
getDigestpublic String getDigest() Gets the digest. Digest.- Returns:
- the digest
 
 - 
getDspublic String getDs() Gets the ds. DS.- Returns:
- the ds
 
 - 
getKeyTagpublic Long getKeyTag() Gets the keyTag. Key tag.- Returns:
- the keyTag
 
 - 
getPublicKeypublic String getPublicKey() Gets the publicKey. Public key.- Returns:
- the publicKey
 
 
- 
 
-