public static class DtoServerImpls.StatusReportDtoProvider extends Object implements org.eclipse.che.dto.server.DtoProvider<DtoServerImpls.StatusReportDto>
| Constructor and Description |
|---|
StatusReportDtoProvider() |
| Modifier and Type | Method and Description |
|---|---|
DtoServerImpls.StatusReportDto |
clone(DtoServerImpls.StatusReportDto dto) |
DtoServerImpls.StatusReportDto |
fromJson(com.google.gson.JsonElement json) |
DtoServerImpls.StatusReportDto |
fromJson(String json) |
Class<? extends DtoServerImpls.StatusReportDto> |
getImplClass() |
DtoServerImpls.StatusReportDto |
newInstance() |
public Class<? extends DtoServerImpls.StatusReportDto> getImplClass()
getImplClass in interface org.eclipse.che.dto.server.DtoProvider<DtoServerImpls.StatusReportDto>public DtoServerImpls.StatusReportDto newInstance()
newInstance in interface org.eclipse.che.dto.server.DtoProvider<DtoServerImpls.StatusReportDto>public DtoServerImpls.StatusReportDto fromJson(String json)
fromJson in interface org.eclipse.che.dto.server.DtoProvider<DtoServerImpls.StatusReportDto>public DtoServerImpls.StatusReportDto fromJson(com.google.gson.JsonElement json)
fromJson in interface org.eclipse.che.dto.server.DtoProvider<DtoServerImpls.StatusReportDto>public DtoServerImpls.StatusReportDto clone(DtoServerImpls.StatusReportDto dto)
clone in interface org.eclipse.che.dto.server.DtoProvider<DtoServerImpls.StatusReportDto>Copyright © 2012–2019 Red Hat, Inc.. All rights reserved.