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 Summary
Nested Classes Modifier and Type Class Description static interfaceZonesDnssecRespResult.StatusStatus.
-
Constructor Summary
Constructors Constructor Description ZonesDnssecRespResult()
-
Method Summary
All 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
-
getStatus
public String getStatus()
Gets the status. Status.- Returns:
- the status
-
getFlags
public Long getFlags()
Gets the flags. Flags.- Returns:
- the flags
-
getAlgorithm
public String getAlgorithm()
Gets the algorithm. Algorithm.- Returns:
- the algorithm
-
getKeyType
public String getKeyType()
Gets the keyType. Key type.- Returns:
- the keyType
-
getDigestType
public String getDigestType()
Gets the digestType. Digest type.- Returns:
- the digestType
-
getDigestAlgorithm
public String getDigestAlgorithm()
Gets the digestAlgorithm. Digest algorithm.- Returns:
- the digestAlgorithm
-
getDigest
public String getDigest()
Gets the digest. Digest.- Returns:
- the digest
-
getDs
public String getDs()
Gets the ds. DS.- Returns:
- the ds
-
getKeyTag
public Long getKeyTag()
Gets the keyTag. Key tag.- Returns:
- the keyTag
-
getPublicKey
public String getPublicKey()
Gets the publicKey. Public key.- Returns:
- the publicKey
-
-