Class PropPatchMethod.PropertyAction

  • Enclosing class:
    PropPatchMethod

    protected class PropPatchMethod.PropertyAction
    extends java.lang.Object
    Stores information about PROPPATCH action(set or remove) an according property.
    Author:
    Ivan Rybnikov
    • Constructor Detail

      • PropertyAction

        public PropertyAction​(int action,
                              WebDAVProperty property)
        Constructor
        Parameters:
        action - int
        property - WebDAVProperty
    • Method Detail

      • setResult

        public void setResult​(int statusCode,
                              java.lang.String statusCodeDescription)
      • getStatusCode

        public int getStatusCode()
      • getStatusCodeDescription

        public java.lang.String getStatusCodeDescription()
      • getAction

        public int getAction()
      • toString

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