Class ListZfsParams


  • public class ListZfsParams
    extends Object
    Parameter container class for Unix System Services (USS) list operation

    z/OSMF REST API

    Version:
    2.0
    Author:
    Frank Giordano
    • Constructor Detail

      • ListZfsParams

        public ListZfsParams​(ListZfsParams.Builder builder)
        ListZfsParams constructor
        Parameters:
        builder - ListZfsParams.Builder builder
    • Method Detail

      • getMaxLength

        public OptionalInt getMaxLength()
        Retrieve maxLength value
        Returns:
        maxLength value
      • getPath

        public Optional<String> getPath()
        Retrieve path value
        Returns:
        path value
      • getFsname

        public Optional<String> getFsname()
        Retrieve fsname value
        Returns:
        fsname value
      • toString

        public String toString()
        Return string value representing ListZfsParams object
        Overrides:
        toString in class Object
        Returns:
        string representation of ListZfsParams