Class EnvoyFilterSpecMatchRouteConfigurationVhostRoute

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

    public class EnvoyFilterSpecMatchRouteConfigurationVhostRoute
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    Match a specific route within the virtual host.
    • Constructor Detail

      • EnvoyFilterSpecMatchRouteConfigurationVhostRoute

        public EnvoyFilterSpecMatchRouteConfigurationVhostRoute​(java.lang.String action,
                                                                java.lang.String name)
      • EnvoyFilterSpecMatchRouteConfigurationVhostRoute

        public EnvoyFilterSpecMatchRouteConfigurationVhostRoute()
    • Method Detail

      • getAction

        public java.lang.String getAction()
        Match a route with specific action type.
      • getName

        public java.lang.String getName()
      • setAction

        public void setAction​(java.lang.String action)
        Match a route with specific action type.
      • setName

        public void setName​(java.lang.String name)
      • 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