类 CreateHaVipRequest


  • public class CreateHaVipRequest
    extends Object
    CreateHaVipRequest
    • 构造器详细资料

      • CreateHaVipRequest

        public CreateHaVipRequest()
    • 方法详细资料

      • getDescription

        @Size(min=1,
              max=255)
        public @Size(min=1,max=255) String getDescription()
        Get description
        返回:
        description
      • setDescription

        public void setDescription​(String description)
      • getHaVipName

        @Size(min=1,
              max=128)
        public @Size(min=1,max=128) String getHaVipName()
        Get haVipName
        返回:
        haVipName
      • setHaVipName

        public void setHaVipName​(String haVipName)
      • getIpAddress

        public String getIpAddress()
        Get ipAddress
        返回:
        ipAddress
      • setIpAddress

        public void setIpAddress​(String ipAddress)
      • getSubnetId

        @NotNull
        public @NotNull String getSubnetId()
        Get subnetId
        返回:
        subnetId
      • setSubnetId

        public void setSubnetId​(String subnetId)
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Object