Class AkamaiManualStreamCdnConfig


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20211101")
    public final class AkamaiManualStreamCdnConfig
    extends StreamCdnConfigSection
    Configuration fields for manual Akamai configuration.
    Note: Objects should always be created or deserialized using the AkamaiManualStreamCdnConfig.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the AkamaiManualStreamCdnConfig.Builder, which maintain a set of all explicitly set fields called AkamaiManualStreamCdnConfig.Builder.__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
    • Method Detail

      • getOriginAuthSecretKeyA

        public String getOriginAuthSecretKeyA()
        The shared secret key A, two for errorless key rotation.
        Returns:
        the value
      • getOriginAuthSecretKeyNonceA

        public String getOriginAuthSecretKeyNonceA()
        Nonce identifier for originAuthSecretKeyA (used to determine key used to sign).
        Returns:
        the value
      • getOriginAuthSecretKeyB

        public String getOriginAuthSecretKeyB()
        The shared secret key B, two for errorless key rotation.
        Returns:
        the value
      • getOriginAuthSecretKeyNonceB

        public String getOriginAuthSecretKeyNonceB()
        Nonce identifier for originAuthSecretKeyB (used to determine key used to sign).
        Returns:
        the value
      • getEdgeHostname

        public String getEdgeHostname()
        The hostname of the CDN edge server to use when building CDN URLs.
        Returns:
        the value
      • getEdgePathPrefix

        public String getEdgePathPrefix()
        The path to prepend when building CDN URLs.
        Returns:
        the value
      • getIsEdgeTokenAuth

        public Boolean getIsEdgeTokenAuth()
        Whether token authentication should be used at the CDN edge.
        Returns:
        the value
      • getEdgeTokenKey

        public String getEdgeTokenKey()
        The encryption key to use for edge token authentication.
        Returns:
        the value
      • getEdgeTokenSalt

        public String getEdgeTokenSalt()
        Salt to use when encrypting authentication token.
        Returns:
        the value
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Overrides:
        toString in class StreamCdnConfigSection
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation