Class Version36


  • @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 Detail

      • currentAntivirusPolicy

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

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

        @ApiProperty
        protected String transactionStatus
        The current transaction status of a server.
      • 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 Detail

      • Version36

        public Version36()
    • Method Detail

      • 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)
      • 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)