Class DcvCreationResponse
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.DcvCreationResponse
-
public class DcvCreationResponse extends java.lang.Object
Model used for Domain control verification response
-
-
Constructor Summary
Constructors Constructor Description DcvCreationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DcvViewModel
getDcvViewModel()
Getter for dcvViewModeljava.lang.String
getMessage()
Getter for message Domain control verification is already exist or newly createdvoid
setDcvViewModel(DcvViewModel value)
Setter for dcvViewModelvoid
setMessage(java.lang.String value)
Setter for message Domain control verification is already exist or newly createdjava.lang.String
toString()
Returns a JSON string representation of DcvCreationResponse
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
Getter for message Domain control verification is already exist or newly created
-
setMessage
public void setMessage(java.lang.String value)
Setter for message Domain control verification is already exist or newly created
-
getDcvViewModel
public DcvViewModel getDcvViewModel()
Getter for dcvViewModel
-
setDcvViewModel
public void setDcvViewModel(DcvViewModel value)
Setter for dcvViewModel
-
toString
public java.lang.String toString()
Returns a JSON string representation of DcvCreationResponse- Overrides:
toString
in classjava.lang.Object
-
-