Class Statement


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2022-07-11T22:46:03.646077Z[Etc/UTC]")
    public class Statement
    extends java.lang.Object
    Statement
    • Field Detail

      • SERIALIZED_NAME_RESOURCES

        public static final java.lang.String SERIALIZED_NAME_RESOURCES
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_NOT_RESOURCES

        public static final java.lang.String SERIALIZED_NAME_NOT_RESOURCES
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_ACTIONS

        public static final java.lang.String SERIALIZED_NAME_ACTIONS
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_NOT_ACTIONS

        public static final java.lang.String SERIALIZED_NAME_NOT_ACTIONS
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_EFFECT

        public static final java.lang.String SERIALIZED_NAME_EFFECT
        See Also:
        Constant Field Values
      • openapiFields

        public static java.util.HashSet<java.lang.String> openapiFields
      • openapiRequiredFields

        public static java.util.HashSet<java.lang.String> openapiRequiredFields
    • Constructor Detail

      • Statement

        public Statement()
    • Method Detail

      • resources

        public Statement resources​(java.util.List<java.lang.String> resources)
      • addResourcesItem

        public Statement addResourcesItem​(java.lang.String resourcesItem)
      • getResources

        @Nullable
        public java.util.List<java.lang.String> getResources()
        Resource specifier strings
        Returns:
        resources
      • setResources

        public void setResources​(java.util.List<java.lang.String> resources)
      • notResources

        public Statement notResources​(java.util.List<java.lang.String> notResources)
      • addNotResourcesItem

        public Statement addNotResourcesItem​(java.lang.String notResourcesItem)
      • getNotResources

        @Nullable
        public java.util.List<java.lang.String> getNotResources()
        Targeted resources are the resources NOT in this list. The \"resources\" and \"notActions\" fields must be empty to use this field.
        Returns:
        notResources
      • setNotResources

        public void setNotResources​(java.util.List<java.lang.String> notResources)
      • actions

        public Statement actions​(java.util.List<java.lang.String> actions)
      • addActionsItem

        public Statement addActionsItem​(java.lang.String actionsItem)
      • getActions

        @Nullable
        public java.util.List<java.lang.String> getActions()
        Actions to perform on a resource
        Returns:
        actions
      • setActions

        public void setActions​(java.util.List<java.lang.String> actions)
      • notActions

        public Statement notActions​(java.util.List<java.lang.String> notActions)
      • addNotActionsItem

        public Statement addNotActionsItem​(java.lang.String notActionsItem)
      • getNotActions

        @Nullable
        public java.util.List<java.lang.String> getNotActions()
        Targeted actions are the actions NOT in this list. The \"actions\" and \"notResources\" fields must be empty to use this field.
        Returns:
        notActions
      • setNotActions

        public void setNotActions​(java.util.List<java.lang.String> notActions)
      • effect

        public Statement effect​(java.lang.String effect)
      • getEffect

        @Nonnull
        public java.lang.String getEffect()
        Get effect
        Returns:
        effect
      • setEffect

        public void setEffect​(java.lang.String effect)
      • putAdditionalProperty

        public Statement putAdditionalProperty​(java.lang.String key,
                                               java.lang.Object value)
        Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
        Return the additional (undeclared) property.
      • getAdditionalProperty

        public java.lang.Object getAdditionalProperty​(java.lang.String key)
        Return the additional (undeclared) property with the specified name.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • validateJsonObject

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws java.io.IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        java.io.IOException - if the JSON Object is invalid with respect to Statement
      • fromJson

        public static Statement fromJson​(java.lang.String jsonString)
                                  throws java.io.IOException
        Create an instance of Statement given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of Statement
        Throws:
        java.io.IOException - if the JSON string is invalid with respect to Statement
      • toJson

        public java.lang.String toJson()
        Convert an instance of Statement to an JSON string
        Returns:
        JSON string