![JAR search and dependency download from the Maven repository](/logo.png)
com.aeontronix.anypointsdk.cloudhub.CHApplicationPropertiesOption Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of anypoint-sdk Show documentation
Show all versions of anypoint-sdk Show documentation
Anypoint Software Development Toolkit
package com.aeontronix.anypointsdk.cloudhub;
import com.fasterxml.jackson.annotation.JsonProperty;
public class CHApplicationPropertiesOption {
private boolean secure;
public boolean isSecure() {
return secure;
}
public void setSecure(boolean secure) {
this.secure = secure;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy