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.GenericModel
Container for response information.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ZonesDnssecRespResult.Status
Status.
-
Constructor Summary
Constructors Constructor Description ZonesDnssecRespResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlgorithm()
Gets the algorithm.String
getDigest()
Gets the digest.String
getDigestAlgorithm()
Gets the digestAlgorithm.String
getDigestType()
Gets the digestType.String
getDs()
Gets the ds.Long
getFlags()
Gets the flags.Long
getKeyTag()
Gets the keyTag.String
getKeyType()
Gets the keyType.String
getPublicKey()
Gets the publicKey.String
getStatus()
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
-
-