public class Queue extends Object
Constructor and Description |
---|
Queue(String queueName,
DLIClient client) |
Queue(String queueName,
String owner,
int cuCount,
String description,
long createTime,
ChargingMode chargingMode,
DLIClient client) |
Queue(String queueId,
String queueName,
String owner,
int cuCount,
String description,
long createTime,
ChargingMode chargingMode,
DLIClient client) |
public Queue(String queueName, String owner, int cuCount, String description, long createTime, ChargingMode chargingMode, DLIClient client)
public Queue(String queueId, String queueName, String owner, int cuCount, String description, long createTime, ChargingMode chargingMode, DLIClient client)
public void deleteQueue() throws DLIException
DLIException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyCopyright © 2023. All rights reserved.