public class Plugintypestatistic extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Plugintypestatistic.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_organizationid_value |
protected String |
_plugintypeid_value |
protected Integer |
averageexecutetimeinmilliseconds |
protected Integer |
crashcontributionpercent |
protected Integer |
crashcount |
protected Integer |
crashpercent |
protected OffsetDateTime |
createdon |
protected Integer |
executecount |
protected Integer |
failurecount |
protected Integer |
failurepercent |
protected OffsetDateTime |
modifiedon |
protected String |
plugintypestatisticid |
protected Integer |
terminatecpucontributionpercent |
protected Integer |
terminatehandlescontributionpercent |
protected Integer |
terminatememorycontributionpercent |
protected Integer |
terminateothercontributionpercent |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Plugintypestatistic() |
protected String _organizationid_value
protected String _createdby_value
protected String _modifiedby_value
protected Integer crashcount
protected Integer executecount
protected Integer terminatememorycontributionpercent
protected Integer terminateothercontributionpercent
protected String _modifiedonbehalfby_value
protected Integer terminatecpucontributionpercent
protected Integer failurepercent
protected OffsetDateTime createdon
protected Integer averageexecutetimeinmilliseconds
protected String _plugintypeid_value
protected String _createdonbehalfby_value
protected OffsetDateTime modifiedon
protected String plugintypestatisticid
protected Integer terminatehandlescontributionpercent
protected Integer crashpercent
protected Integer failurecount
protected Integer crashcontributionpercent
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Plugintypestatistic.Builder builderPlugintypestatistic()
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 Plugintypestatistic with_organizationid_value(String _organizationid_value)
public Plugintypestatistic with_createdby_value(String _createdby_value)
public Plugintypestatistic with_modifiedby_value(String _modifiedby_value)
public Plugintypestatistic withCrashcount(Integer crashcount)
public Plugintypestatistic withExecutecount(Integer executecount)
public Optional<Integer> getTerminatememorycontributionpercent()
public Plugintypestatistic withTerminatememorycontributionpercent(Integer terminatememorycontributionpercent)
public Optional<Integer> getTerminateothercontributionpercent()
public Plugintypestatistic withTerminateothercontributionpercent(Integer terminateothercontributionpercent)
public Plugintypestatistic with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Plugintypestatistic withTerminatecpucontributionpercent(Integer terminatecpucontributionpercent)
public Plugintypestatistic withFailurepercent(Integer failurepercent)
public Optional<OffsetDateTime> getCreatedon()
public Plugintypestatistic withCreatedon(OffsetDateTime createdon)
public Plugintypestatistic withAverageexecutetimeinmilliseconds(Integer averageexecutetimeinmilliseconds)
public Plugintypestatistic with_plugintypeid_value(String _plugintypeid_value)
public Plugintypestatistic with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<OffsetDateTime> getModifiedon()
public Plugintypestatistic withModifiedon(OffsetDateTime modifiedon)
public Plugintypestatistic withPlugintypestatisticid(String plugintypestatisticid)
public Optional<Integer> getTerminatehandlescontributionpercent()
public Plugintypestatistic withTerminatehandlescontributionpercent(Integer terminatehandlescontributionpercent)
public Plugintypestatistic withCrashpercent(Integer crashpercent)
public Plugintypestatistic withFailurecount(Integer failurecount)
public Plugintypestatistic withCrashcontributionpercent(Integer crashcontributionpercent)
public Plugintypestatistic withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public OrganizationRequest getOrganizationid()
public SystemuserRequest getCreatedonbehalfby()
public PlugintypeRequest getPlugintypeid()
public SystemuserRequest getModifiedby()
public SystemuserRequest getModifiedonbehalfby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Plugintypestatistic 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 Plugintypestatistic 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.