com.softlayer.api.service.utility.bandwidth.Graph 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.utility.bandwidth;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.Entity;
/**
* Generic utility class used for gathering graphing parameters and actually creating graphs.
*
* @see SoftLayer_Utility_Bandwidth_Graph
*/
@ApiType("SoftLayer_Utility_Bandwidth_Graph")
public class Graph extends Entity {
public static class Mask extends com.softlayer.api.service.Entity.Mask {
}
}