public class IpValueProducer extends AbstractValueProducer<JsonStringNode>
JsonStringNode which can generate an
ipv6 string.| 构造器和说明 |
|---|
IpValueProducer() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getTypeName()
Returns the name of the producer used in the template.
|
JsonStringNode |
produce()
Produces a node which can generate a random ip string
|
protected String |
produceIp()
Produces an ip string
|
pickBooleanParam, pickFloatParam, pickIntegerParam, pickStringParam, produce, produce, produce, randomFloatInRange, randomIntInRange, shouldBeInAscOrder, shouldBeInAscOrder, shouldBePositive, validateParamMappublic String getTypeName()
IValueProducerpublic JsonStringNode produce()
produce 在接口中 IValueProducer<JsonStringNode>produce 在类中 AbstractValueProducer<JsonStringNode>protected String produceIp()
Copyright © 2019. All rights reserved.