-
public final class SetDataSizeLimitsForTestRequestRequest object containing input parameters for the NetworkDomain.setDataSizeLimitsForTest command.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegermaxTotalSizeprivate final IntegermaxResourceSize
-
Constructor Summary
Constructors Constructor Description SetDataSizeLimitsForTestRequest(Integer maxTotalSize, Integer maxResourceSize)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Integercomponent2()final SetDataSizeLimitsForTestRequestcopy(Integer maxTotalSize, Integer maxResourceSize)final IntegergetMaxTotalSize()Maximum total buffer size. final IntegergetMaxResourceSize()Maximum per-resource size. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
copy
final SetDataSizeLimitsForTestRequest copy(Integer maxTotalSize, Integer maxResourceSize)
-
getMaxTotalSize
final Integer getMaxTotalSize()
Maximum total buffer size.
-
getMaxResourceSize
final Integer getMaxResourceSize()
Maximum per-resource size.
-
-
-
-