Package com.volcengine.ecs.model
Class DeleteCommandRequest
- java.lang.Object
-
- com.volcengine.ecs.model.DeleteCommandRequest
-
public class DeleteCommandRequest extends Object
DeleteCommandRequest
-
-
Constructor Summary
Constructors Constructor Description DeleteCommandRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteCommandRequestcommandId(String commandId)booleanequals(Object o)@NotNull StringgetCommandId()Get commandIdinthashCode()voidsetCommandId(String commandId)StringtoString()
-
-
-
Method Detail
-
commandId
public DeleteCommandRequest commandId(String commandId)
-
getCommandId
@NotNull public @NotNull String getCommandId()
Get commandId- Returns:
- commandId
-
setCommandId
public void setCommandId(String commandId)
-
-