类 AddBandwidthPackageIpRequest


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

      • AddBandwidthPackageIpRequest

        public AddBandwidthPackageIpRequest()
    • 方法详细资料

      • getAllocationId

        @NotNull
        public @NotNull String getAllocationId()
        Get allocationId
        返回:
        allocationId
      • setAllocationId

        public void setAllocationId​(String allocationId)
      • getBandwidthPackageId

        @NotNull
        public @NotNull String getBandwidthPackageId()
        Get bandwidthPackageId
        返回:
        bandwidthPackageId
      • setBandwidthPackageId

        public void setBandwidthPackageId​(String bandwidthPackageId)
      • hashCode

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