Class SidecarSpecOutboundTrafficPolicyEgressProxy

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

    public class SidecarSpecOutboundTrafficPolicyEgressProxy
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    • Constructor Detail

      • SidecarSpecOutboundTrafficPolicyEgressProxy

        public SidecarSpecOutboundTrafficPolicyEgressProxy()
    • Method Detail

      • getHost

        public java.lang.String getHost()
        The name of a service from the service registry.
      • getSubset

        public java.lang.String getSubset()
        The name of a subset within the service.
      • setHost

        public void setHost​(java.lang.String host)
        The name of a service from the service registry.
      • setSubset

        public void setSubset​(java.lang.String subset)
        The name of a subset within the service.
      • 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