Package microsoft.dynamics.crm.entity
Class Dataperformance
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Dataperformance
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Dataperformance extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataperformance.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_organizationid_valueprotected Booleananyoptimizationappliedprotected Booleananyoptimizationavailableprotected Stringcomponentprotected Integercountprotected UUIDdataperformanceidprotected Stringentityprotected BigDecimalestimatedoptimizationimpactprotected Stringexecutionperiodprotected Stringlastactionresultprotected OffsetDateTimelastoptimizationdateprotected BigDecimalmaxtimeprotected BigDecimalmediantimeprotected BigDecimalmintimeprotected Stringoperationprotected Stringoptimizationstatusprotected BigDecimaloptimizationstorageprotected Stringrealizedoptimizationimpactprotected Stringsolutionprotected BigDecimalweight-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDataperformance()
-
Method Summary
-
-
-
Field Detail
-
_organizationid_value
protected UUID _organizationid_value
-
count
protected Integer count
-
optimizationstorage
protected BigDecimal optimizationstorage
-
optimizationstatus
protected String optimizationstatus
-
dataperformanceid
protected UUID dataperformanceid
-
lastactionresult
protected String lastactionresult
-
component
protected String component
-
weight
protected BigDecimal weight
-
mediantime
protected BigDecimal mediantime
-
entity
protected String entity
-
anyoptimizationavailable
protected Boolean anyoptimizationavailable
-
estimatedoptimizationimpact
protected BigDecimal estimatedoptimizationimpact
-
solution
protected String solution
-
executionperiod
protected String executionperiod
-
maxtime
protected BigDecimal maxtime
-
anyoptimizationapplied
protected Boolean anyoptimizationapplied
-
realizedoptimizationimpact
protected String realizedoptimizationimpact
-
lastoptimizationdate
protected OffsetDateTime lastoptimizationdate
-
mintime
protected BigDecimal mintime
-
operation
protected String operation
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderDataperformance
public static Dataperformance.Builder builderDataperformance()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
with_organizationid_value
public Dataperformance with_organizationid_value(UUID _organizationid_value)
-
withCount
public Dataperformance withCount(Integer count)
-
getOptimizationstorage
public Optional<BigDecimal> getOptimizationstorage()
-
withOptimizationstorage
public Dataperformance withOptimizationstorage(BigDecimal optimizationstorage)
-
withOptimizationstatus
public Dataperformance withOptimizationstatus(String optimizationstatus)
-
withDataperformanceid
public Dataperformance withDataperformanceid(UUID dataperformanceid)
-
withLastactionresult
public Dataperformance withLastactionresult(String lastactionresult)
-
withComponent
public Dataperformance withComponent(String component)
-
getWeight
public Optional<BigDecimal> getWeight()
-
withWeight
public Dataperformance withWeight(BigDecimal weight)
-
getMediantime
public Optional<BigDecimal> getMediantime()
-
withMediantime
public Dataperformance withMediantime(BigDecimal mediantime)
-
withEntity
public Dataperformance withEntity(String entity)
-
withAnyoptimizationavailable
public Dataperformance withAnyoptimizationavailable(Boolean anyoptimizationavailable)
-
getEstimatedoptimizationimpact
public Optional<BigDecimal> getEstimatedoptimizationimpact()
-
withEstimatedoptimizationimpact
public Dataperformance withEstimatedoptimizationimpact(BigDecimal estimatedoptimizationimpact)
-
withSolution
public Dataperformance withSolution(String solution)
-
withExecutionperiod
public Dataperformance withExecutionperiod(String executionperiod)
-
getMaxtime
public Optional<BigDecimal> getMaxtime()
-
withMaxtime
public Dataperformance withMaxtime(BigDecimal maxtime)
-
withAnyoptimizationapplied
public Dataperformance withAnyoptimizationapplied(Boolean anyoptimizationapplied)
-
withRealizedoptimizationimpact
public Dataperformance withRealizedoptimizationimpact(String realizedoptimizationimpact)
-
getLastoptimizationdate
public Optional<OffsetDateTime> getLastoptimizationdate()
-
withLastoptimizationdate
public Dataperformance withLastoptimizationdate(OffsetDateTime lastoptimizationdate)
-
getMintime
public Optional<BigDecimal> getMintime()
-
withMintime
public Dataperformance withMintime(BigDecimal mintime)
-
withOperation
public Dataperformance withOperation(String operation)
-
withUnmappedField
public Dataperformance withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getOrganizationid
public OrganizationRequest getOrganizationid()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Dataperformance patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Dataperformance put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-