All Implemented Interfaces:
AzAction, AzAttributes, Attributes

public final class AzActionImpl extends AzAttributesImpl implements AzAction
  • Constructor Details

    • AzActionImpl

      public AzActionImpl(String action)
      Constructor
      Parameters:
      action - The represented action, null or "*" to represent all actions
  • Method Details

    • getAction

      public String getAction()
      Determines the action represented as a string.
      Specified by:
      getAction in interface AzAction
      Returns:
      The represented action, null represents all actions
      See Also:
    • toString

      public String toString()
      Determines the represented action, "*" represents all actions
      Overrides:
      toString in class Object
      Returns:
      The represented action.