Class ServerAction.CreateBackup

    • Field Detail

      • name

        private java.lang.String name
      • type

        private java.lang.String type
      • rotation

        private java.lang.String rotation
      • metadata

        private java.util.Map<java.lang.String,​java.lang.String> metadata
    • Constructor Detail

      • CreateBackup

        public CreateBackup()
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Parameters:
        name - the name to set
      • getType

        public java.lang.String getType()
        Returns:
        the type
      • setType

        public void setType​(java.lang.String type)
        Parameters:
        type - the type to set
      • getRotation

        public java.lang.String getRotation()
        Returns:
        the rotation
      • setRotation

        public void setRotation​(java.lang.String rotation)
        Parameters:
        rotation - the rotation to set
      • getMetadata

        public java.util.Map<java.lang.String,​java.lang.String> getMetadata()
        Returns:
        the metadata
      • setMetadata

        public void setMetadata​(java.util.Map<java.lang.String,​java.lang.String> metadata)
        Parameters:
        metadata - the metadata to set