Class MsftNetIpAddress.Datetime

java.lang.Object
io.github.eggy03.ferrumx.windows.entity.network.MsftNetIpAddress.Datetime
Enclosing class:
MsftNetIpAddress

public static class MsftNetIpAddress.Datetime extends Object
Lifetime over which the address is preferred. The default value is infinite.
Since:
3.0.0
  • Field Details

    • days

      @SerializedName("Days") @Nullable @Nullable Long days
    • hours

      @SerializedName("Hours") @Nullable @Nullable Long hours
    • minutes

      @SerializedName("Minutes") @Nullable @Nullable Long minutes
    • seconds

      @SerializedName("Seconds") @Nullable @Nullable Long seconds
  • Constructor Details

    • Datetime

      public Datetime()
  • Method Details

    • toString

      @NotNull public @NotNull String toString()
      Retrieves the entity in a JSON pretty-print formatted string
      Overrides:
      toString in class Object
      Returns:
      the String value of the object in JSON pretty-print format