VersionResponse
//d1-client-java/io.cybercrypt.d1.response/VersionResponse
VersionResponse
[d1]\ public class VersionResponse
Constructors
| VersionResponse | [d1] public voidVersionResponse(Stringcommit, Stringtag) Initializes a new instance of the VersionResponse. |
Functions
| Name | Summary |
|---|---|
| getCommit | [d1] public StringgetCommit() Gets the Git commit. |
| getTag | [d1] public StringgetTag() Gets the Git tag. |
Properties
| Name | Summary |
|---|---|
| commit | [d1] public Stringcommit |
| tag | [d1] public Stringtag |