com.softlayer.api.service.software.component.antivirusspyware.Mcafee Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of softlayer-api-client Show documentation
Show all versions of softlayer-api-client Show documentation
API client for accessing the SoftLayer API
package com.softlayer.api.service.software.component.antivirusspyware;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.software.component.AntivirusSpyware;
/**
* The SoftLayer_Software_Component_AntivirusSpyware_Mcafee represents a single anti-virus/spyware software component.
*
* @see SoftLayer_Software_Component_AntivirusSpyware_Mcafee
*/
@ApiType("SoftLayer_Software_Component_AntivirusSpyware_Mcafee")
public class Mcafee extends AntivirusSpyware {
public static class Mask extends com.softlayer.api.service.software.component.AntivirusSpyware.Mask {
}
}