Class AuditTrail
java.lang.Object
com.boldsign.model.AuditTrail
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class AuditTrail
extends Object
AuditTrail
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets actionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaction(AuditTrail.ActionEnum action) booleanstatic AuditTrailCreate an instance of AuditTrail given an JSON stringGet actiongetEmail()Get emailgetId()Get idGet ipaddressgetName()Get nameGet timestampGet toEmailGet toNameinthashCode()voidsetAction(AuditTrail.ActionEnum action) voidvoidvoidsetIpaddress(String ipaddress) voidvoidsetTimestamp(Long timestamp) voidsetToEmail(String toEmail) voidtoJson()Convert an instance of AuditTrail to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_EMAIL
- See Also:
-
SERIALIZED_NAME_TO_NAME
- See Also:
-
SERIALIZED_NAME_TO_EMAIL
- See Also:
-
SERIALIZED_NAME_IPADDRESS
- See Also:
-
SERIALIZED_NAME_ACTION
- See Also:
-
SERIALIZED_NAME_TIMESTAMP
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
AuditTrail
public AuditTrail()
-
-
Method Details
-
id
-
getId
-
setId
-
name
-
getName
-
setName
-
email
-
getEmail
-
setEmail
-
toName
-
getToName
-
setToName
-
toEmail
-
getToEmail
-
setToEmail
-
ipaddress
-
getIpaddress
-
setIpaddress
-
action
-
getAction
-
setAction
-
timestamp
-
getTimestamp
-
setTimestamp
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to AuditTrail
-
fromJson
Create an instance of AuditTrail given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AuditTrail
- Throws:
IOException- if the JSON string is invalid with respect to AuditTrail
-
toJson
-