java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.network.directory.Listing

@ApiType("SoftLayer_Container_Network_Directory_Listing")
public class Listing
extends Entity
SoftLayer_Container_Network_Directory_Listing represents a single entry in a listing of files within a remote directory. API methods that return remote directory listings typically return arrays of SoftLayer_Container_Network_Directory_Listing objects.
See Also:
SoftLayer_Container_Network_Directory_Listing
  • Field Details

    • fileCount

      @ApiProperty(canBeNullOrNotSet=true) protected Long fileCount
      If the file in a directory listing is a directory itself then fileCount is the number of files within the directory.
    • fileCountSpecified

      protected boolean fileCountSpecified
    • name

      @ApiProperty(canBeNullOrNotSet=true) protected String name
      The name of a directory or a file within a directory listing.
    • nameSpecified

      protected boolean nameSpecified
    • type

      @ApiProperty(canBeNullOrNotSet=true) protected String type
      The type of file in a directory listing. If a directory listing entry is a directory itself then type is set to "directory". Otherwise, type is a blank string.
    • typeSpecified

      protected boolean typeSpecified
  • Constructor Details

    • Listing

      public Listing()
  • Method Details

    • getFileCount

      public Long getFileCount()
    • setFileCount

      public void setFileCount​(Long fileCount)
    • isFileCountSpecified

      public boolean isFileCountSpecified()
    • unsetFileCount

      public void unsetFileCount()
    • getName

      public String getName()
    • setName

      public void setName​(String name)
    • isNameSpecified

      public boolean isNameSpecified()
    • unsetName

      public void unsetName()
    • getType

      public String getType()
    • setType

      public void setType​(String type)
    • isTypeSpecified

      public boolean isTypeSpecified()
    • unsetType

      public void unsetType()