Class RoleSuccessStatistics

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataType

    public class RoleSuccessStatistics
    extends Object
    implements com.github.davidmoten.odata.client.ODataType
    • Field Detail

      • contextPath

        protected com.github.davidmoten.odata.client.ContextPath contextPath
      • unmappedFields

        protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
      • odataType

        protected String odataType
      • permanentFail

        protected Long permanentFail
      • permanentSuccess

        protected Long permanentSuccess
      • removeFail

        protected Long removeFail
      • removeSuccess

        protected Long removeSuccess
      • roleId

        protected String roleId
      • roleName

        protected String roleName
      • temporaryFail

        protected Long temporaryFail
      • temporarySuccess

        protected Long temporarySuccess
      • unknownFail

        protected Long unknownFail
    • Constructor Detail

      • RoleSuccessStatistics

        protected RoleSuccessStatistics()