Klasse PortAllocations

java.lang.Object
de.bytestore.hostinger.entity.hosting.PortAllocations

@Entity(name="host_PortAllocations") public class PortAllocations extends Object
  • Konstruktordetails

    • PortAllocations

      public PortAllocations()
  • Methodendetails

    • getUsage

      public PortBinding getUsage()
    • setUsage

      public void setUsage(PortBinding usage)
    • setHostname

      public void setHostname(Hostnames hostname)
    • getHostname

      public Hostnames getHostname()
    • getPort

      public Integer getPort()
    • setPort

      public void setPort(Integer port)
    • getCreatedDate

      public OffsetDateTime getCreatedDate()
    • setCreatedDate

      public void setCreatedDate(OffsetDateTime createdDate)
    • getCreatedBy

      public String getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • getId

      public UUID getId()
    • setId

      public void setId(UUID id)