public class SetFilesetQosRequest extends Object
| Constructor and Description |
|---|
SetFilesetQosRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
SetFilesetQosRequest |
filesetId(String filesetId) |
SetFilesetQosRequest |
fileSystemId(String fileSystemId) |
@NotNull String |
getFilesetId()
Get filesetId
|
@NotNull String |
getFileSystemId()
Get fileSystemId
|
Integer |
getMaxBandwidth()
Get maxBandwidth
|
Integer |
getMaxIops()
Get maxIops
|
int |
hashCode() |
SetFilesetQosRequest |
maxBandwidth(Integer maxBandwidth) |
SetFilesetQosRequest |
maxIops(Integer maxIops) |
void |
setFilesetId(String filesetId) |
void |
setFileSystemId(String fileSystemId) |
void |
setMaxBandwidth(Integer maxBandwidth) |
void |
setMaxIops(Integer maxIops) |
String |
toString() |
public SetFilesetQosRequest fileSystemId(String fileSystemId)
@NotNull public @NotNull String getFileSystemId()
public void setFileSystemId(String fileSystemId)
public SetFilesetQosRequest filesetId(String filesetId)
@NotNull public @NotNull String getFilesetId()
public void setFilesetId(String filesetId)
public SetFilesetQosRequest maxBandwidth(Integer maxBandwidth)
public Integer getMaxBandwidth()
public void setMaxBandwidth(Integer maxBandwidth)
public SetFilesetQosRequest maxIops(Integer maxIops)
public Integer getMaxIops()
public void setMaxIops(Integer maxIops)
Copyright © 2026. All rights reserved.