Package openshift.io

Class V1RoutePort


  • public class V1RoutePort
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String targetPort  
    • Constructor Summary

      Constructors 
      Constructor Description
      V1RoutePort()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTargetPort()  
      void setTargetPort​(java.lang.String targetPort)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • targetPort

        private java.lang.String targetPort
    • Constructor Detail

      • V1RoutePort

        public V1RoutePort()
    • Method Detail

      • getTargetPort

        public java.lang.String getTargetPort()
      • setTargetPort

        public void setTargetPort​(java.lang.String targetPort)