All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.objectos.rio.dhcp.GroupPojo Maven / Gradle / Ivy

package br.com.objectos.rio.dhcp;

import javax.annotation.Generated;

@Generated({
    "br.com.objectos.way.pojo.PojoCompiler",
    "br.com.objectos.way.pojo.StandardPojoPropertyAction"
})
final class GroupPojo extends Group {
  private final String name;

  private final String tftpServerName;

  private final String bootfileName;

  public GroupPojo(GroupBuilderPojo builder) {
    super();
    name = builder.___get___name();
    tftpServerName = builder.___get___tftpServerName();
    bootfileName = builder.___get___bootfileName();
  }

  @Override
  protected String name() {
    return name;
  }

  @Override
  protected String tftpServerName() {
    return tftpServerName;
  }

  @Override
  protected String bootfileName() {
    return bootfileName;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy