private Builder()

in sae-20190506/src/main/java/com/aliyun/sdk/service/sae20190506/models/DescribeApplicationConfigResponseBody.java [2529:2613]


            private Builder(Data model) {
                this.acrAssumeRoleArn = model.acrAssumeRoleArn;
                this.acrInstanceId = model.acrInstanceId;
                this.appDescription = model.appDescription;
                this.appId = model.appId;
                this.appName = model.appName;
                this.appSource = model.appSource;
                this.associateEip = model.associateEip;
                this.baseAppId = model.baseAppId;
                this.batchWaitTime = model.batchWaitTime;
                this.clusterId = model.clusterId;
                this.command = model.command;
                this.commandArgs = model.commandArgs;
                this.configMapMountDesc = model.configMapMountDesc;
                this.cpu = model.cpu;
                this.customHostAlias = model.customHostAlias;
                this.customImageNetworkType = model.customImageNetworkType;
                this.diskSize = model.diskSize;
                this.dotnet = model.dotnet;
                this.edasContainerVersion = model.edasContainerVersion;
                this.enableAhas = model.enableAhas;
                this.enableCpuBurst = model.enableCpuBurst;
                this.enableGreyTagRoute = model.enableGreyTagRoute;
                this.enableIdle = model.enableIdle;
                this.enableNewArms = model.enableNewArms;
                this.envs = model.envs;
                this.imagePullSecrets = model.imagePullSecrets;
                this.imageUrl = model.imageUrl;
                this.initContainersConfig = model.initContainersConfig;
                this.jarStartArgs = model.jarStartArgs;
                this.jarStartOptions = model.jarStartOptions;
                this.jdk = model.jdk;
                this.kafkaConfigs = model.kafkaConfigs;
                this.liveness = model.liveness;
                this.memory = model.memory;
                this.microRegistration = model.microRegistration;
                this.microRegistrationConfig = model.microRegistrationConfig;
                this.microserviceEngineConfig = model.microserviceEngineConfig;
                this.minReadyInstanceRatio = model.minReadyInstanceRatio;
                this.minReadyInstances = model.minReadyInstances;
                this.mountDesc = model.mountDesc;
                this.mountHost = model.mountHost;
                this.mseApplicationId = model.mseApplicationId;
                this.mseApplicationName = model.mseApplicationName;
                this.namespaceId = model.namespaceId;
                this.nasConfigs = model.nasConfigs;
                this.nasId = model.nasId;
                this.newSaeVersion = model.newSaeVersion;
                this.oidcRoleName = model.oidcRoleName;
                this.ossAkId = model.ossAkId;
                this.ossAkSecret = model.ossAkSecret;
                this.ossMountDescs = model.ossMountDescs;
                this.packageType = model.packageType;
                this.packageUrl = model.packageUrl;
                this.packageVersion = model.packageVersion;
                this.php = model.php;
                this.phpArmsConfigLocation = model.phpArmsConfigLocation;
                this.phpConfig = model.phpConfig;
                this.phpConfigLocation = model.phpConfigLocation;
                this.postStart = model.postStart;
                this.preStop = model.preStop;
                this.programmingLanguage = model.programmingLanguage;
                this.pvtzDiscovery = model.pvtzDiscovery;
                this.python = model.python;
                this.pythonModules = model.pythonModules;
                this.readiness = model.readiness;
                this.regionId = model.regionId;
                this.replicas = model.replicas;
                this.resourceType = model.resourceType;
                this.secretMountDesc = model.secretMountDesc;
                this.securityGroupId = model.securityGroupId;
                this.serviceTags = model.serviceTags;
                this.sidecarContainersConfig = model.sidecarContainersConfig;
                this.slsConfigs = model.slsConfigs;
                this.swimlanePvtzDiscovery = model.swimlanePvtzDiscovery;
                this.tags = model.tags;
                this.terminationGracePeriodSeconds = model.terminationGracePeriodSeconds;
                this.timezone = model.timezone;
                this.tomcatConfig = model.tomcatConfig;
                this.updateStrategy = model.updateStrategy;
                this.vSwitchId = model.vSwitchId;
                this.vpcId = model.vpcId;
                this.warStartOptions = model.warStartOptions;
                this.webContainer = model.webContainer;
            }