Class GuestFileInfo

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.GuestFileInfo
All Implemented Interfaces:
Serializable

public class GuestFileInfo extends DynamicData
See Also:
  • Field Details

  • Constructor Details

    • GuestFileInfo

      public GuestFileInfo()
  • Method Details

    • getPath

      public String getPath()
    • getType

      public String getType()
    • getSize

      public long getSize()
    • getAttributes

      public GuestFileAttributes getAttributes()
    • setPath

      public void setPath(String path)
    • setType

      public void setType(String type)
    • setSize

      public void setSize(long size)
    • setAttributes

      public void setAttributes(GuestFileAttributes attributes)