public class RoleSuccessStatistics extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
RoleSuccessStatistics.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected Long |
permanentFail |
protected Long |
permanentSuccess |
protected Long |
removeFail |
protected Long |
removeSuccess |
protected String |
roleId |
protected String |
roleName |
protected Long |
temporaryFail |
protected Long |
temporarySuccess |
protected Long |
unknownFail |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
RoleSuccessStatistics() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String roleId
protected String roleName
protected Long temporarySuccess
protected Long temporaryFail
protected Long permanentSuccess
protected Long permanentFail
protected Long removeSuccess
protected Long removeFail
protected Long unknownFail
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic RoleSuccessStatistics withRoleId(String roleId)
public RoleSuccessStatistics withRoleName(String roleName)
public RoleSuccessStatistics withTemporarySuccess(Long temporarySuccess)
public RoleSuccessStatistics withTemporaryFail(Long temporaryFail)
public RoleSuccessStatistics withPermanentSuccess(Long permanentSuccess)
public RoleSuccessStatistics withPermanentFail(Long permanentFail)
public RoleSuccessStatistics withRemoveSuccess(Long removeSuccess)
public RoleSuccessStatistics withRemoveFail(Long removeFail)
public RoleSuccessStatistics withUnknownFail(Long unknownFail)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static RoleSuccessStatistics.Builder builder()
Copyright © 2018–2020. All rights reserved.