public class Dataperformance extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Dataperformance.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_organizationid_value |
protected Boolean |
anyoptimizationapplied |
protected Boolean |
anyoptimizationavailable |
protected String |
component |
protected Integer |
count |
protected String |
dataperformanceid |
protected String |
entity |
protected BigDecimal |
estimatedoptimizationimpact |
protected String |
executionperiod |
protected String |
lastactionresult |
protected OffsetDateTime |
lastoptimizationdate |
protected BigDecimal |
maxtime |
protected BigDecimal |
mediantime |
protected BigDecimal |
mintime |
protected String |
operation |
protected String |
optimizationstatus |
protected BigDecimal |
optimizationstorage |
protected String |
realizedoptimizationimpact |
protected String |
solution |
protected BigDecimal |
weight |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Dataperformance() |
protected String _organizationid_value
protected Integer count
protected BigDecimal optimizationstorage
protected String optimizationstatus
protected String dataperformanceid
protected String lastactionresult
protected String component
protected BigDecimal weight
protected BigDecimal mediantime
protected String entity
protected Boolean anyoptimizationavailable
protected BigDecimal estimatedoptimizationimpact
protected String solution
protected String executionperiod
protected BigDecimal maxtime
protected Boolean anyoptimizationapplied
protected String realizedoptimizationimpact
protected OffsetDateTime lastoptimizationdate
protected BigDecimal mintime
protected String operation
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Dataperformance.Builder builderDataperformance()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Crmbaseentitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Crmbaseentitypublic Dataperformance with_organizationid_value(String _organizationid_value)
public Dataperformance withCount(Integer count)
public Optional<BigDecimal> getOptimizationstorage()
public Dataperformance withOptimizationstorage(BigDecimal optimizationstorage)
public Dataperformance withOptimizationstatus(String optimizationstatus)
public Dataperformance withDataperformanceid(String dataperformanceid)
public Dataperformance withLastactionresult(String lastactionresult)
public Dataperformance withComponent(String component)
public Optional<BigDecimal> getWeight()
public Dataperformance withWeight(BigDecimal weight)
public Optional<BigDecimal> getMediantime()
public Dataperformance withMediantime(BigDecimal mediantime)
public Dataperformance withEntity(String entity)
public Dataperformance withAnyoptimizationavailable(Boolean anyoptimizationavailable)
public Optional<BigDecimal> getEstimatedoptimizationimpact()
public Dataperformance withEstimatedoptimizationimpact(BigDecimal estimatedoptimizationimpact)
public Dataperformance withSolution(String solution)
public Dataperformance withExecutionperiod(String executionperiod)
public Optional<BigDecimal> getMaxtime()
public Dataperformance withMaxtime(BigDecimal maxtime)
public Dataperformance withAnyoptimizationapplied(Boolean anyoptimizationapplied)
public Dataperformance withRealizedoptimizationimpact(String realizedoptimizationimpact)
public Optional<OffsetDateTime> getLastoptimizationdate()
public Dataperformance withLastoptimizationdate(OffsetDateTime lastoptimizationdate)
public Optional<BigDecimal> getMintime()
public Dataperformance withMintime(BigDecimal mintime)
public Dataperformance withOperation(String operation)
public Dataperformance withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic OrganizationRequest getOrganizationid()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Dataperformance patch()
this with changed fields reset.patch in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Dataperformance put()
this
with changed fields reset (they were ignored anyway).put in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class CrmbaseentityCopyright © 2018–2021. All rights reserved.