Class DIFOptions
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.DIFOptions
-
public class DIFOptions extends Object
DIFOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDIFOptions.DIFOptionsBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CHALLENGEstatic StringSERIALIZED_NAME_DOMAIN
-
Constructor Summary
Constructors Constructor Description DIFOptions()DIFOptions(String challenge, String domain)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DIFOptions.DIFOptionsBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChallenge()StringgetDomain()inthashCode()voidsetChallenge(String challenge)voidsetDomain(String domain)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CHALLENGE
public static final String SERIALIZED_NAME_CHALLENGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DOMAIN
public static final String SERIALIZED_NAME_DOMAIN
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static DIFOptions.DIFOptionsBuilder builder()
-
getChallenge
public String getChallenge()
-
getDomain
public String getDomain()
-
setChallenge
public void setChallenge(String challenge)
-
setDomain
public void setDomain(String domain)
-
canEqual
protected boolean canEqual(Object other)
-
-