类 RemoveBandwidthPackageIpRequest


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

      • RemoveBandwidthPackageIpRequest

        public RemoveBandwidthPackageIpRequest()
    • 方法详细资料

      • 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