Class PartitionInfo

    • Constructor Detail

      • PartitionInfo

        public PartitionInfo()
      • PartitionInfo

        public PartitionInfo​(PartitionInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getName

        public String getName()
        Get 分区名称
        Returns:
        Name 分区名称
      • setName

        public void setName​(String Name)
        Set 分区名称
        Parameters:
        Name - 分区名称
      • getSize

        public Long getSize()
        Get 分区大小
        Returns:
        Size 分区大小
      • setSize

        public void setSize​(Long Size)
        Set 分区大小
        Parameters:
        Size - 分区大小