Class TrafficPolicy

    • Method Detail

      • defaultAction

        public final AcceptAction defaultAction()

        Default action instructs the traffic policy to either Allow or Deny (block) messages that fall outside of (or not addressed by) the conditions of your policy statements

        If the service returns an enum value that is not available in the current SDK version, defaultAction will return AcceptAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from defaultActionAsString().

        Returns:
        Default action instructs the traffic policy to either Allow or Deny (block) messages that fall outside of (or not addressed by) the conditions of your policy statements
        See Also:
        AcceptAction
      • defaultActionAsString

        public final String defaultActionAsString()

        Default action instructs the traffic policy to either Allow or Deny (block) messages that fall outside of (or not addressed by) the conditions of your policy statements

        If the service returns an enum value that is not available in the current SDK version, defaultAction will return AcceptAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from defaultActionAsString().

        Returns:
        Default action instructs the traffic policy to either Allow or Deny (block) messages that fall outside of (or not addressed by) the conditions of your policy statements
        See Also:
        AcceptAction
      • trafficPolicyId

        public final String trafficPolicyId()

        The identifier of the traffic policy resource.

        Returns:
        The identifier of the traffic policy resource.
      • trafficPolicyName

        public final String trafficPolicyName()

        A user-friendly name of the traffic policy resource.

        Returns:
        A user-friendly name of the traffic policy resource.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)