Class VirtualServiceSpecTls

  • All Implemented Interfaces:
    com.marcnuri.yakc.model.Model

    public class VirtualServiceSpecTls
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    • Method Detail

      • getRoute

        public java.util.List<VirtualServiceSpecRoute_1> getRoute()
        The destination to which the connection should be forwarded to.
      • setRoute

        public void setRoute​(java.util.List<VirtualServiceSpecRoute_1> route)
        The destination to which the connection should be forwarded to.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object