public class GenerateRandomRequest extends AbstractModel
Constructor and Description |
---|
GenerateRandomRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getNumberOfBytes()
Get Length of the random number.
|
void |
setNumberOfBytes(Long NumberOfBytes)
Set Length of the random number.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getNumberOfBytes()
public void setNumberOfBytes(Long NumberOfBytes)
NumberOfBytes
- Length of the random number. Minimum value: 1. Maximum value: 1024Copyright © 2020. All rights reserved.