Go to the documentation of this file.
19package org.sleuthkit.autopsy.integrationtesting.config;
21import com.fasterxml.jackson.annotation.JsonCreator;
22import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
23import com.fasterxml.jackson.annotation.JsonProperty;
28@JsonIgnoreProperties(ignoreUnknown =
true)
31 private final Integer
port;
44 @JsonProperty(
"hostName") String
hostName,
45 @JsonProperty(
"port") Integer
port,
46 @JsonProperty(
"userName") String
userName,
47 @JsonProperty(
"password") String
password) {
ConnectionConfig( @JsonProperty("hostName") String hostName, @JsonProperty("port") Integer port, @JsonProperty("userName") String userName, @JsonProperty("password") String password)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.