@ApiType("SoftLayer_Software_Component_AntivirusSpyware_Mcafee_Epo_Version36")
public class Version36
extends Mcafee
The SoftLayer_Software_Component_AntivirusSpyware_Mcafee_Epo_Version36 data type represents a single McAfee Secure anti-virus/spyware software component that uses the ePolicy Orchestrator version 3.6 backend.
See Also:
SoftLayer_Software_Component_AntivirusSpyware_Mcafee_Epo_Version36
  • Field Details

    • agentDetails

      @ApiProperty protected Details agentDetails
      The virus scan agent details.
    • currentAntivirusPolicy

      @ApiProperty protected Long currentAntivirusPolicy
      The current anti-virus policy.
    • dataFileVersion

      @ApiProperty protected Properties dataFileVersion
      The virus definition file version.
    • latestAccessProtectionEvents

      @ApiProperty protected List<AccessProtection> latestAccessProtectionEvents
      The latest access protection events.
    • latestAntivirusEvents

      @ApiProperty protected List<Event> latestAntivirusEvents
      The latest anti-virus events.
    • latestSpywareEvents

      @ApiProperty protected List<Event> latestSpywareEvents
      The latest spyware events.
    • transactionStatus

      @ApiProperty protected String transactionStatus
      The current transaction status of a server.
    • epoVersion

      @ApiProperty(canBeNullOrNotSet=true) protected String epoVersion
      The version of ePolicy Orchestrator that the anti-virus/spyware client communicates with.
    • epoVersionSpecified

      protected boolean epoVersionSpecified
    • latestAccessProtectionEventCount

      @ApiProperty protected Long latestAccessProtectionEventCount
      A count of the latest access protection events.
    • latestAntivirusEventCount

      @ApiProperty protected Long latestAntivirusEventCount
      A count of the latest anti-virus events.
    • latestSpywareEventCount

      @ApiProperty protected Long latestSpywareEventCount
      A count of the latest spyware events.
  • Constructor Details

    • Version36

      public Version36()
  • Method Details

    • getAgentDetails

      public Details getAgentDetails()
    • setAgentDetails

      public void setAgentDetails​(Details agentDetails)
    • getCurrentAntivirusPolicy

      public Long getCurrentAntivirusPolicy()
    • setCurrentAntivirusPolicy

      public void setCurrentAntivirusPolicy​(Long currentAntivirusPolicy)
    • getDataFileVersion

      public Properties getDataFileVersion()
    • setDataFileVersion

      public void setDataFileVersion​(Properties dataFileVersion)
    • getLatestAccessProtectionEvents

      public List<AccessProtection> getLatestAccessProtectionEvents()
    • getLatestAntivirusEvents

      public List<Event> getLatestAntivirusEvents()
    • getLatestSpywareEvents

      public List<Event> getLatestSpywareEvents()
    • getTransactionStatus

      public String getTransactionStatus()
    • setTransactionStatus

      public void setTransactionStatus​(String transactionStatus)
    • getEpoVersion

      public String getEpoVersion()
    • setEpoVersion

      public void setEpoVersion​(String epoVersion)
    • isEpoVersionSpecified

      public boolean isEpoVersionSpecified()
    • unsetEpoVersion

      public void unsetEpoVersion()
    • getLatestAccessProtectionEventCount

      public Long getLatestAccessProtectionEventCount()
    • setLatestAccessProtectionEventCount

      public void setLatestAccessProtectionEventCount​(Long latestAccessProtectionEventCount)
    • getLatestAntivirusEventCount

      public Long getLatestAntivirusEventCount()
    • setLatestAntivirusEventCount

      public void setLatestAntivirusEventCount​(Long latestAntivirusEventCount)
    • getLatestSpywareEventCount

      public Long getLatestSpywareEventCount()
    • setLatestSpywareEventCount

      public void setLatestSpywareEventCount​(Long latestSpywareEventCount)