public static class MockContext.RandomConfig extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private byte |
maxByteValue |
private char |
maxCharValue |
private double |
maxDoubleValue |
private float |
maxFloatValue |
private int |
maxIntValue |
private long |
maxLongValue |
private short |
maxShortValue |
private byte |
minByteValue |
private char |
minCharValue |
private double |
minDoubleValue |
private float |
minFloatValue |
private int |
minIntValue |
private long |
minLongValue |
private short |
minShortValue |
| 构造器和说明 |
|---|
RandomConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
byte |
getMaxByteValue() |
char |
getMaxCharValue() |
double |
getMaxDoubleValue() |
float |
getMaxFloatValue() |
int |
getMaxIntValue() |
long |
getMaxLongValue() |
short |
getMaxShortValue() |
byte |
getMinByteValue() |
char |
getMinCharValue() |
double |
getMinDoubleValue() |
float |
getMinFloatValue() |
int |
getMinIntValue() |
long |
getMinLongValue() |
short |
getMinShortValue() |
void |
setMaxByteValue(byte maxByteValue) |
void |
setMaxCharValue(char maxCharValue) |
void |
setMaxDoubleValue(double maxDoubleValue) |
void |
setMaxFloatValue(float maxFloatValue) |
void |
setMaxIntValue(int maxIntValue) |
void |
setMaxLongValue(long maxLongValue) |
void |
setMaxShortValue(short maxShortValue) |
void |
setMinByteValue(byte minByteValue) |
void |
setMinCharValue(char minCharValue) |
void |
setMinDoubleValue(double minDoubleValue) |
void |
setMinFloatValue(float minFloatValue) |
void |
setMinIntValue(int minIntValue) |
void |
setMinLongValue(long minLongValue) |
void |
setMinShortValue(short minShortValue) |
private byte maxByteValue
private byte minByteValue
private short maxShortValue
private short minShortValue
private int maxIntValue
private int minIntValue
private long maxLongValue
private long minLongValue
private float maxFloatValue
private float minFloatValue
private double maxDoubleValue
private double minDoubleValue
private char maxCharValue
private char minCharValue
public byte getMaxByteValue()
public void setMaxByteValue(byte maxByteValue)
public byte getMinByteValue()
public void setMinByteValue(byte minByteValue)
public short getMaxShortValue()
public void setMaxShortValue(short maxShortValue)
public short getMinShortValue()
public void setMinShortValue(short minShortValue)
public int getMaxIntValue()
public void setMaxIntValue(int maxIntValue)
public int getMinIntValue()
public void setMinIntValue(int minIntValue)
public long getMaxLongValue()
public void setMaxLongValue(long maxLongValue)
public long getMinLongValue()
public void setMinLongValue(long minLongValue)
public float getMaxFloatValue()
public void setMaxFloatValue(float maxFloatValue)
public float getMinFloatValue()
public void setMinFloatValue(float minFloatValue)
public double getMaxDoubleValue()
public void setMaxDoubleValue(double maxDoubleValue)
public double getMinDoubleValue()
public void setMinDoubleValue(double minDoubleValue)
public char getMaxCharValue()
public void setMaxCharValue(char maxCharValue)
public char getMinCharValue()
public void setMinCharValue(char minCharValue)
Copyright © 2022. All rights reserved.