public static class ACGenerationParams.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ACGenerationParams |
build() |
ACGenerationParams.Builder |
fqan(String fqan) |
ACGenerationParams.Builder |
ga(String name,
String value,
String context) |
ACGenerationParams.Builder |
host(String host) |
ACGenerationParams.Builder |
notAfter(Date notAfter) |
ACGenerationParams.Builder |
notBefore(Date notBefore) |
ACGenerationParams.Builder |
port(int port) |
ACGenerationParams.Builder |
serialNo(long serialNo) |
ACGenerationParams.Builder |
vo(String vo) |
public ACGenerationParams.Builder vo(String vo)
public ACGenerationParams.Builder fqan(String fqan)
public ACGenerationParams.Builder ga(String name, String value, String context)
public ACGenerationParams.Builder host(String host)
public ACGenerationParams.Builder port(int port)
public ACGenerationParams.Builder notBefore(Date notBefore)
public ACGenerationParams.Builder notAfter(Date notAfter)
public ACGenerationParams.Builder serialNo(long serialNo)
public ACGenerationParams build()
Copyright © 2020. All rights reserved.